Changeset 577 for trunk/Modules/User/User.php
- Timestamp:
- Sep 11, 2013, 10:37:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/User.php
r563 r577 21 21 function Start() 22 22 { 23 global $User; 24 23 25 $this->System->User = new User($this->System); 24 26 $this->System->RegisterPage('userlist.php', 'PageUserList'); 25 27 $this->System->RegisterPage('Options.php', 'PageUserOptions'); 26 28 $this->System->RegisterPage('registrace.php', 'PageUserRegistration'); … … 87 89 $this->Id = $User['ID']; 88 90 $this->Load(); 89 WriteLog('Login: '.$Name, LOG_TYPE_USER);91 $this->System->ModuleManager->Modules['Log']->WriteLog('Login: '.$Name, LOG_TYPE_USER); 90 92 $this->UpdateState(); 91 93 } else $this->Role = LICENCE_ANONYMOUS;
Note:
See TracChangeset
for help on using the changeset viewer.