Ignore:
Timestamp:
Oct 21, 2009, 10:24:50 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Chybějící include v souborech.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/View/User.php

    r78 r80  
    145145    $UserOptions = new Form($this->System, $this->OptionsFormClass);
    146146    $UserOptions->LoadValuesFromDatabase($this->System->Modules['User']->Data['Id']);
    147     $UserOptions->OnSubmit = '?Module=User&Action=UserOptionsSave';
     147    $UserOptions->OnSubmit = '?Module=User&Action=OptionsSave';
    148148    $Output = $UserOptions->ShowEditForm();
    149149    return($Output);
Note: See TracChangeset for help on using the changeset viewer.