Add support symlink into Autoload.

This commit is contained in:
Alexander Demidov
2013-10-21 15:51:24 +04:00
parent a51545268d
commit 645ffd9ed1
3 changed files with 22 additions and 3 deletions

View File

@ -79,6 +79,7 @@ class Load
if (!self::$builder) {
require_once(PATH . '/lib/core/util/AutoloadBuilder.php');
require_once(PATH . '/lib/core/util/AsciiSortedIterator.php');
self::$builder = new AutoloadBuilder(self::$file, $scan, $exclude);
}
self::$builder->build();