]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/template/class_
use DIRECTORY_SEPARATOR instead of plain '/'
[core.git] / framework / main / classes / template / class_
index 688d14999c8e7372febb6ff785726d4b3d412612..1b105d7acfbfae8c147e7f4fb14dea34f0c8d078 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') . '/';
+               $templateBasePath = $templateInstance->getConfigInstance()->getConfigEntry('application_base_path') . $applicationInstance->getRequestInstance()->getRequestElement('app') . DIRECTORY_SEPARATOR;
 
                // Is the base path valid?
                if (empty($templateBasePath)) {