Changeset 828 for trunk/Modules/User/UserPage.php
- Timestamp:
- Apr 27, 2016, 11:02:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserPage.php
r826 r828 64 64 { 65 65 $Class = new $Action[0]($this->System); 66 $Actions .= $Class->$Action[1](); 66 $Method = $Action[1]; 67 $Actions .= $Class->$Method(); 67 68 } else $Actions .= call_user_func($Action).'<br/>'; 68 69 }
Note:
See TracChangeset
for help on using the changeset viewer.