summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
authorxue <>2006-05-19 02:39:11 +0000
committerxue <>2006-05-19 02:39:11 +0000
commit1db6ad16b753eb57049e9569f50d9a2c70379a07 (patch)
tree01bb411380a736be96ca255df74ebd46f3d9702f /framework/Web/Services
parentd1db433e8c3feeec1db1d89e2acdcc4277aa49e7 (diff)
Fixed #37.
Diffstat (limited to 'framework/Web/Services')
-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)
{