summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/core.php')
-rw-r--r--framework/core.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/core.php b/framework/core.php
index 1196d3c4..772cd384 100644
--- a/framework/core.php
+++ b/framework/core.php
@@ -381,7 +381,6 @@ abstract class TService extends TComponent implements IService
*/
public function init($application,$config)
{
- $application->attachEventHandler('RunService',array($this,'run'));
}
/**