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 b0774447..56c53dde 100644 --- a/framework/Web/Services/TPageService.php +++ b/framework/Web/Services/TPageService.php @@ -748,7 +748,6 @@ class TPageConfiguration extends TComponent */
public function __construct($pagePath)
{
- parent::__construct();
$this->_pagePath=$pagePath;
}
|