]> git.mxchange.org Git - core.git/blobdiff - framework/includes.php
Continued with rewrites:
[core.git] / framework / includes.php
index 806be0491441c1dfb6949627f4f63e7130479d26..3764ca733f1e8646da0c41363f0baa2efb2f1996 100644 (file)
@@ -29,7 +29,7 @@ use CoreFramework\Loader\ClassLoader;
  */
 
 // Include the class loader function
  */
 
 // Include the class loader function
-require(FrameworkConfiguration::getSelfInstance()->getConfigEntry('base_path') . 'framework/loader/class_ClassLoader.php');
+require(FrameworkConfiguration::getSelfInstance()->getConfigEntry('framework_base_path') . 'loader/class_ClassLoader.php');
 
 /*
  * Shall we include additional configs where you can configure some things?
 
 /*
  * Shall we include additional configs where you can configure some things?