Changeset 5 for trunk/Modules/User/UserModel.php
- Timestamp:
- Sep 9, 2016, 10:17:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserModel.php
r1 r5 174 174 175 175 $Result = USER_REGISTRATED; 176 $this->System->ModuleManager->Modules['Log']->NewRecord('User', 'NewRegistration', $Login); 176 if(array_key_exists('Log', $this->System->ModuleManager->Modules)) 177 $this->System->ModuleManager->Modules['Log']->NewRecord('User', 'NewRegistration', $Login); 177 178 } 178 179 }
Note:
See TracChangeset
for help on using the changeset viewer.