summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TPageService.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TPageService.php')
-rw-r--r--framework/Web/Services/TPageService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/Services/TPageService.php b/framework/Web/Services/TPageService.php
index 56f2cdb6..6834e269 100644
--- a/framework/Web/Services/TPageService.php
+++ b/framework/Web/Services/TPageService.php
@@ -73,7 +73,7 @@ Prado::using('System.Web.UI.TPageStatePersister');
* @package System.Services
* @since 3.0
*/
-class TPageService extends TComponent implements IService
+class TPageService extends TService
{
/**
* Configuration file name
@@ -263,7 +263,7 @@ class TPageService extends TComponent implements IService
$this->_initialized=true;
- $application->attachEventHandler('RunService',array($this,'run'));
+ parent::init($application,$config);
}
/**