commit | 08b5169a5181706156c9a53229d164d9fa3aea32 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Sun Apr 03 18:05:42 2011 +0100 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Sun Apr 03 18:05:42 2011 +0100 |
tree | ffd574e60b6cc96e8a0643cc98bd9d17973a3f8d | |
parent | d6e580a9dbdd5a52dc31e0b2264c7fb7dd08d008 [diff] [blame] |
Fixed loading an array of libraries.
diff --git a/system/core/Loader.php b/system/core/Loader.php index 5c7a7ef..278a868 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -79,7 +79,7 @@ { if (is_array($library)) { - foreach ($library as $read) + foreach ($library as $class) { $this->library($class, $params); }