summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-06 14:17:26 +0200
committerBjörn Geiger2011-10-06 14:17:26 +0200
commit2189e0415cb2409de6edaa88e255fa77a977760f (patch)
tree30a51882ccef5ecd55c7ee480f1b42b1f1a2c6f9 /application
parentKleine Änderung (diff)
downloadpbs2-2189e0415cb2409de6edaa88e255fa77a977760f.tar.gz
pbs2-2189e0415cb2409de6edaa88e255fa77a977760f.tar.xz
pbs2-2189e0415cb2409de6edaa88e255fa77a977760f.zip
minor
Diffstat (limited to 'application')
-rwxr-xr-xapplication/controllers/ResourceController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index cb2275f..3f169e7 100755
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -885,7 +885,6 @@ class ResourceController extends Zend_Controller_Action
die();
}
} else {
- $bootos = $bootosMapper->findBy(array('groupID' => $groupID));
$groupgroupsMapper = new Application_Model_GroupGroupsMapper();
$parents = array();
$parents = $groupgroupsMapper->getParentGroups($groupID);