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