Changeset 59 for branches/mvc/Base/Controller.php
- Timestamp:
- Mar 1, 2015, 12:43:56 PM (10 years ago)
- Location:
- branches/mvc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/mvc/Base/Controller.php
r47 r59 7 7 function OnAccessDenied($Action, $Id) 8 8 { 9 return($this->System->Output->SystemMessage('Nemáte oprávnění provést akci "'.$Action.'" modulu "'.substr(get_class($this), 0, -10).'" na položce "'.$Id.'"')); 9 return($this->System->Output->SystemMessage('Nemáte oprávnění provést akci "'. 10 $Action.'" modulu "'.substr(get_class($this), 0, -10).'" na položce "'.$Id.'"')); 10 11 } 11 12
Note:
See TracChangeset
for help on using the changeset viewer.