Changeset 22 for trunk/Module/User/Controller.php
- Timestamp:
- Mar 1, 2010, 9:12:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/User/Controller.php
r19 r22 204 204 $this->System->User->Id = $this->System->UserOnline->User; 205 205 $this->System->User->LoadData(); 206 $_GET['M'] = 'Lift'; 207 $_GET['A'] = 'List'; 208 $LiftController = new LiftController($this->System); 209 $Output .= $LiftController->Show(); 206 207 $_GET['M'] = $this->System->DefaultModule; 208 unset($_GET['A']); 209 $_GET['Panel'] = 1; 210 $Output = $this->System->GetModuleOutput(); 210 211 } catch (UserNotFoundException $E) 211 212 {
Note:
See TracChangeset
for help on using the changeset viewer.