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