Continued with rewrites:
[core.git] / framework / selector.php
index 59abbe55ba875d9b5d539f27de1771b3abcfd8d2..abedae92ea5b47fcb32fe52dcd23a6823409f3df 100644 (file)
@@ -41,7 +41,7 @@ $configAppIncludes = array(
 );
 
 // Cache base path/file here
-$basePathFile = FrameworkConfiguration::getSelfInstance()->getConfigEntry('application_path') . FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_name');
+$basePathFile = FrameworkConfiguration::getSelfInstance()->getConfigEntry('application_base_path') . FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_name');
 
 // Is the directory there?
 if (!is_dir($basePathFile)) {