]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/template/class_
Continued:
[core.git] / framework / main / classes / template / class_
index fbea34b6f3ce938f6f3c663adb975a7a1386b278..14159b12cd91a47433b82e2f8a9c93e6a51f4e5e 100644 (file)
@@ -55,7 +55,7 @@ class ???TemplateEngine extends BaseTemplateEngine implements CompileableTemplat
                $templateInstance = new ???TemplateEngine();
 
                // Determine base path
-               $templateBasePath = $templateInstance->getConfigInstance()->getConfigEntry('application_base_path') . $applicationInstance->getRequestInstance()->getRequestElement('app') . DIRECTORY_SEPARATOR;
+               $templateBasePath = $templateInstance->getConfigInstance()->getConfigEntry('application_base_path') . $applicationInstance->getRequestInstance()->getRequestElement('application') . DIRECTORY_SEPARATOR;
 
                // Is the base path valid?
                if (empty($templateBasePath)) {