From 1b20976d3c07fa7a1737556a5987c88476c4782d Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 13 Feb 2006 18:18:32 +0000 Subject: Added PagePath property to TPage. --- framework/Web/Services/TPageService.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/Services') 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); -- cgit v1.2.3