diff options
Diffstat (limited to 'framework/Web')
-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);
}
|