summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/Services/TPageService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php
index 54112fb1..452639c1 100644
--- a/framework/Web/Services/TPageService.php
+++ b/framework/Web/Services/TPageService.php
@@ -265,6 +265,7 @@ class TPageService extends TService
$configCached=false;
$paths=explode('.',$pagePath);
array_pop($paths);
+ array_push($paths,'');
$configPath=$this->getBasePath();
foreach($paths as $path)
{