summaryrefslogtreecommitdiffstats
path: root/library/Pbs
diff options
context:
space:
mode:
authormichael pereira2011-04-07 16:30:23 +0200
committermichael pereira2011-04-07 16:30:23 +0200
commitd6c915089ddf3da5f8dc887ffd401f7c488cd175 (patch)
treed0b1ea9f3d4f816bf5aaecf28264628ed466e9c9 /library/Pbs
parentACL gefixt (diff)
parentpfeile in allen übersichten hinzugefügt, script ausgelagert (diff)
downloadpbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.gz
pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.xz
pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.zip
acl merge
Diffstat (limited to 'library/Pbs')
-rw-r--r--library/Pbs/Acl.php1
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);