summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
authorxue <>2006-05-19 03:07:39 +0000
committerxue <>2006-05-19 03:07:39 +0000
commit28691ec3ccec6d94f7417987d8c7203bff3efecb (patch)
treec5c9c2255f8eb4d4d3a00f53195810fc6fb55f93 /framework/Web/Services
parent1db6ad16b753eb57049e9569f50d9a2c70379a07 (diff)
cleanup of fix #37.
Diffstat (limited to 'framework/Web/Services')
-rw-r--r--framework/Web/Services/TPageService.php2
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)
{