From 0398196913b7c9920e6163ef8bdef53e5bf92fce Mon Sep 17 00:00:00 2001
From: xue <>
Date: Thu, 16 Mar 2006 03:06:29 +0000
Subject: Changed THttpSession.Storage to UseCustomStorage. Fixed some doc
 errors.

---
 framework/Security/TAuthManager.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'framework/Security/TAuthManager.php')

diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index 819b7b36..b4856ee5 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.php
@@ -26,8 +26,8 @@ Prado::using('System.Security.TUserManager');
  * To login or logout a user, call {@link login} or {@link logout}, respectively.
  *
  * To load TAuthManager, configure it in application configuration as follows,
- * <module id="auth" type="System.Security.TAuthManager" UserManager="users" LoginPage="login" />
- * <module id="users" type="System.Security.TUserManager" />
+ * <module id="auth" class="System.Security.TAuthManager" UserManager="users" LoginPage="login" />
+ * <module id="users" class="System.Security.TUserManager" />
  *
  * @author Qiang Xue <qiang.xue@gmail.com>
  * @version $Revision: $  $Date: $
-- 
cgit v1.2.3