openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0648e51ba868ea419a94ef73c2840a9e251268c8
parent 10a9d9986657b6207cf6654f4e872bba5ae61e66
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 25 Feb 2012 00:32:57 +0100

Methodennamen rightsView() korrigiert.

Diffstat:
action/GroupAction.class.php | 2+-
action/UserAction.class.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/action/GroupAction.class.php b/action/GroupAction.class.php @@ -258,7 +258,7 @@ class GroupAction extends Action /** * Anzeigen der Benutzerrechte */ - function rights() + function rightsView() { $rights = $this->group->getAllAcls(); diff --git a/action/UserAction.class.php b/action/UserAction.class.php @@ -325,7 +325,7 @@ class UserAction extends Action /** * Anzeigen der Benutzerrechte */ - function rights() + function rightsView() { $rights = $this->user->getAllAcls();