Changeset 424 for branches/Modular/Modules/User/User.php
- Timestamp:
- Oct 10, 2012, 9:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Modules/User/User.php
r405 r424 378 378 } 379 379 380 function Init()380 function Start() 381 381 { 382 parent::Start(); 382 383 $this->System->Modules['User']->Models['User'] = new User($this->Database, $this->System); 383 384 $thus->System->Modules['User']->Models['User']->AnonymousUserId = ANONYMOUS_ID;
Note:
See TracChangeset
for help on using the changeset viewer.