diff options
author | knut <> | 2006-06-29 08:47:57 +0000 |
---|---|---|
committer | knut <> | 2006-06-29 08:47:57 +0000 |
commit | e79837c9e8cb3a0f1eb2c0b49503c81736a8fce6 (patch) | |
tree | 8a35837155d7a27ac8edb77577389c99e76d5694 /framework/Exceptions | |
parent | 1988e9cd45fce05d26f0682f6d1cbdfb72cd2370 (diff) |
Corrected example configuration
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/TErrorHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Exceptions/TErrorHandler.php b/framework/Exceptions/TErrorHandler.php index 25f421e3..e18de7ab 100644 --- a/framework/Exceptions/TErrorHandler.php +++ b/framework/Exceptions/TErrorHandler.php @@ -42,7 +42,7 @@ * by the application object to handle errors.
*
* TErrorHandler may be configured in application configuration file as follows
- * <module id="error" type="TErrorHandler" ErrorTemplatePath="System.Exceptions" />
+ * <module id="error" class="TErrorHandler" ErrorTemplatePath="System.Exceptions" />
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
|