From 7b38480de52c1d042ea542e2d06913a8c9b645fc Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 05:19:25 +0000 Subject: Add TApplicationComponent class and adjusted the relevant classes. --- framework/Security/TUserManager.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Security/TUserManager.php') diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index c799c446..06b5d321 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -52,6 +52,7 @@ class TUser extends TComponent implements IUser */ public function __construct($manager=null) { + parent::__construct(); $this->_manager=$manager; } -- cgit v1.2.3