diff options
author | ctrlaltca@gmail.com <> | 2011-06-25 09:42:28 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-25 09:42:28 +0000 |
commit | 9db33e4243eb5aa50a3cc18673cc09565acd502a (patch) | |
tree | c0c39cdb2afcf9b5d794b0f631d250484de2c5aa | |
parent | fb70372b1931f1591b1f9da7a5397e5be1892bb0 (diff) |
quick patch for #338
-rw-r--r-- | framework/Web/Services/TPageService.php | 1 | ||||
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php index 687798ea..0d2c1e86 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -684,7 +684,6 @@ class TPageNotFoundEventParameter extends TEventParameter { * @param object $behavior this is the behavior to implement the class behavior
*/
public function __construct($path) {
- parent::__construct();
$this->_path = $path;
}
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index f3060dcc..6b49b99c 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -179,7 +179,6 @@ class TPage extends TTemplateControl implements IPageEvents */
public function __construct()
{
- parent::__construct();
$this->setPage($this);
}
|