From 6c1b05deafd9940da5d473800032558df90b118e Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 16 Nov 2005 22:32:52 +0000 Subject: Key modules are now using registered to application rather than using reserved module names. --- framework/Exceptions/TErrorHandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Exceptions/TErrorHandler.php') diff --git a/framework/Exceptions/TErrorHandler.php b/framework/Exceptions/TErrorHandler.php index 458d3169..f88396ce 100644 --- a/framework/Exceptions/TErrorHandler.php +++ b/framework/Exceptions/TErrorHandler.php @@ -21,6 +21,7 @@ class TErrorHandler extends TComponent implements IErrorHandler { $application->attachEventHandler('Error',array($this,'handle')); $this->_initialized=true; + $application->setErrorHandler($this); } /** -- cgit v1.2.3