summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-09 14:32:48 +0200
committerBjörn Geiger2011-08-09 14:32:48 +0200
commit3050898c41b63a5361b1ed2b8b02b4cb3568039c (patch)
tree9477ebed5dbdf511590ce5edda9eb852ffca6659 /application
parentboot and shutdown changes (diff)
downloadpoolctrl-3050898c41b63a5361b1ed2b8b02b4cb3568039c.tar.gz
poolctrl-3050898c41b63a5361b1ed2b8b02b4cb3568039c.tar.xz
poolctrl-3050898c41b63a5361b1ed2b8b02b4cb3568039c.zip
Fehler korrigiert
Diffstat (limited to 'application')
-rw-r--r--application/controllers/PersonController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/controllers/PersonController.php b/application/controllers/PersonController.php
index b38f454..75bec62 100644
--- a/application/controllers/PersonController.php
+++ b/application/controllers/PersonController.php
@@ -55,6 +55,7 @@ class PersonController extends Zend_Controller_Action
}
} else {
$groupSession = new Zend_Session_Namespace('groups');
+ $useGroupnamespace = false;
}
if(count(Zend_Session::namespaceGet('roles')) > 0) {
$useRolenamespace = true;
@@ -62,6 +63,7 @@ class PersonController extends Zend_Controller_Action
$roles[$role->getID()] = $role;
}
} else {
+ $useRolenamespace = false;
$roleSession = new Zend_Session_Namespace('roles');
}
foreach($this->memberships as $membership) {