Skip to content

Commit a8ee667

Browse files
committed
fix: App Directories Creation
1 parent e7429c1 commit a8ee667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebFiori/Framework/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ private static function getRoot() {
726726
* @throws Exception
727727
*/
728728
private static function initAutoLoader() {
729+
Ini::createAppDirs();
729730
/**
730731
* Initialize autoloader.
731732
*/
@@ -744,7 +745,6 @@ private static function initAutoLoader() {
744745
}
745746

746747
if (!class_exists(APP_DIR.'\\Ini\\AutoLoad')) {
747-
Ini::createAppDirs();
748748
Ini::get()->createIniClass('AutoLoad', 'Add user-defined directories to the set of directories at which the framework will search for classes.');
749749
}
750750
self::call(APP_DIR.'\\Ini\\AutoLoad::initialize');

0 commit comments

Comments
 (0)