X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fincludes.php;h=3764ca733f1e8646da0c41363f0baa2efb2f1996;hp=806be0491441c1dfb6949627f4f63e7130479d26;hb=4e95c4e90f08f67f43591eaaa0c006f923d8bacf;hpb=bcc4c93c61443966ab39195d81ff9ecd26068b94 diff --git a/framework/includes.php b/framework/includes.php index 806be049..3764ca73 100644 --- a/framework/includes.php +++ b/framework/includes.php @@ -29,7 +29,7 @@ use CoreFramework\Loader\ClassLoader; */ // 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?