diff options
author | michael pereira | 2011-04-07 16:30:23 +0200 |
---|---|---|
committer | michael pereira | 2011-04-07 16:30:23 +0200 |
commit | d6c915089ddf3da5f8dc887ffd401f7c488cd175 (patch) | |
tree | d0b1ea9f3d4f816bf5aaecf28264628ed466e9c9 /library/Pbs | |
parent | ACL gefixt (diff) | |
parent | pfeile in allen übersichten hinzugefügt, script ausgelagert (diff) | |
download | pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.gz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.xz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.zip |
acl merge
Diffstat (limited to 'library/Pbs')
-rw-r--r-- | library/Pbs/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Pbs/Acl.php b/library/Pbs/Acl.php index ac4c8aa..e1a7ace 100644 --- a/library/Pbs/Acl.php +++ b/library/Pbs/Acl.php @@ -7,6 +7,7 @@ class Pbs_Acl $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); $roleID = $userIDsNamespace['roleID']; + $rightMapper = new Application_Model_RightMapper(); $element = $rightMapper->findBy(array('shortcut' => $rightShortcut),true); |