We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7429c1 commit a8ee667Copy full SHA for a8ee667
1 file changed
WebFiori/Framework/App.php
@@ -726,6 +726,7 @@ private static function getRoot() {
726
* @throws Exception
727
*/
728
private static function initAutoLoader() {
729
+ Ini::createAppDirs();
730
/**
731
* Initialize autoloader.
732
@@ -744,7 +745,6 @@ private static function initAutoLoader() {
744
745
}
746
747
if (!class_exists(APP_DIR.'\\Ini\\AutoLoad')) {
- Ini::createAppDirs();
748
Ini::get()->createIniClass('AutoLoad', 'Add user-defined directories to the set of directories at which the framework will search for classes.');
749
750
self::call(APP_DIR.'\\Ini\\AutoLoad::initialize');
0 commit comments