From e79837c9e8cb3a0f1eb2c0b49503c81736a8fce6 Mon Sep 17 00:00:00 2001
From: knut <>
Date: Thu, 29 Jun 2006 08:47:57 +0000
Subject: Corrected example configuration

---
 framework/Exceptions/TErrorHandler.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: $
-- 
cgit v1.2.3