summaryrefslogtreecommitdiff
path: root/framework/Web/Services
diff options
context:
space:
mode:
authorxue <>2006-02-13 18:18:32 +0000
committerxue <>2006-02-13 18:18:32 +0000
commit1b20976d3c07fa7a1737556a5987c88476c4782d (patch)
treeb124e876a96f62ac3539e0917c97160145908b6e /framework/Web/Services
parentb24ba1d92683a609a614fe915d3424cbbf854052 (diff)
Added PagePath property to TPage.
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 988f665a..32f7514c 100644
--- a/framework/Web/Services/TPageService.php
+++ b/framework/Web/Services/TPageService.php
@@ -457,6 +457,7 @@ class TPageService extends TService
$this->_page=new $className();
+ $this->_page->setPagePath($this->getRequestedPagePath());
// initialize page properties with those set in configurations
foreach($this->_properties as $name=>$value)
$this->_page->setSubProperty($name,$value);