diff options
Diffstat (limited to 'framework/Web/Services')
-rw-r--r-- | framework/Web/Services/TPageService.php | 1 |
1 files changed, 0 insertions, 1 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;
}
|