commit | e36d048b068418b76551fb9eaa2c32a7b40f3812 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sat Apr 04 21:55:09 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Sat Apr 04 21:55:09 2015 +0300 |
tree | 3f395782794c23aa68cc57ec8ee68120e245f71b | |
parent | 85d8ccf7fdf45af86b844046ec22720c2c25745d [diff] [blame] |
Fix #3733 Close #3734
diff --git a/system/core/Loader.php b/system/core/Loader.php index 007378e..9205ad1 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -1307,10 +1307,7 @@ } // Load all other libraries - foreach ($autoload['libraries'] as $item) - { - $this->library($item); - } + $this->library($autoload['libraries']); } // Autoload models