Changeset 523 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Apr 20, 2013, 8:21:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r521 r523 193 193 $UserOptions->SaveValuesToDatabase($this->System->Modules['User']->User['Id']); 194 194 $Output .= $this->SystemMessage('Nastavení', 'Nastavení uloženo.'); 195 $this->System->Module s['Log']->NewRecord('User', 'Nastavení uživatele změněno', $UserOptions->Values['Name']);195 $this->System->ModuleManager->Modules['Log']->NewRecord('User', 'Nastavení uživatele změněno', $UserOptions->Values['Name']); 196 196 $UserOptions->LoadValuesFromDatabase($this->System->Modules['User']->User['Id']); 197 197 $UserOptions->OnSubmit = '?Action=UserOptionsSave'; … … 289 289 'DIC' => $UserOptions->Values['DIC'])); 290 290 $Output .= $this->SystemMessage('Nastavení', 'Nastavení domácnosti uloženo.'); 291 $this->System->Module s['Log']->NewRecord('Member+Subject', 'Nastavení člena/subjektu změněno',291 $this->System->ModuleManager->Modules['Log']->NewRecord('Member+Subject', 'Nastavení člena/subjektu změněno', 292 292 $Form->Values['Name']); 293 293 $DbResult = $this->Database->query('SELECT Member.Id, Member.FamilyMemberCount, Member.BillingPeriodNext, '.
Note:
See TracChangeset
for help on using the changeset viewer.