diff options
author | xue <> | 2006-05-19 03:07:39 +0000 |
---|---|---|
committer | xue <> | 2006-05-19 03:07:39 +0000 |
commit | 28691ec3ccec6d94f7417987d8c7203bff3efecb (patch) | |
tree | c5c9c2255f8eb4d4d3a00f53195810fc6fb55f93 /framework/Web/Services/TPageService.php | |
parent | 1db6ad16b753eb57049e9569f50d9a2c70379a07 (diff) |
cleanup of fix #37.
Diffstat (limited to 'framework/Web/Services/TPageService.php')
-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)
{
|