summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/ResourceController.php')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index 61cb9c3..ab7ec52 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -298,7 +298,7 @@ class ResourceController extends Zend_Controller_Action
$bootmenuid = $params['bootmenuid'];
$bootmenuMapper = new Application_Model_BootMenuMapper();
- $bootmenu = new Application_Model_Filter();
+ $bootmenu = new Application_Model_BootMenu();
$bootmenuMapper->find($bootmenuid, $bootmenu);
if(isset($bootmenu)) {
if($bootmenu->getMembershipID() == $this->membership->getID()) {