summaryrefslogtreecommitdiff
path: root/framework/Security
diff options
context:
space:
mode:
authorxue <>2006-05-29 01:34:53 +0000
committerxue <>2006-05-29 01:34:53 +0000
commit17a098b1d984af47403678b55a3445a0aad3f89f (patch)
treeeaff92053b40bf88a7d2c01a493a50b7e0b5ab85 /framework/Security
parentf4169ef12e83b93d9693c3e9278af6a6f02861d6 (diff)
added TListControl.SelectedValues property
added TThemeManager.AvailableThemes property
Diffstat (limited to 'framework/Security')
-rw-r--r--framework/Security/TUser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php
index 7b785add..ee52ceaa 100644
--- a/framework/Security/TUser.php
+++ b/framework/Security/TUser.php
@@ -57,6 +57,7 @@ class TUser extends TComponent implements IUser
public function __construct(IUserManager $manager)
{
$this->_manager=$manager;
+ $this->_name=$manager->getGuestName();
}
/**