summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui/controllers')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 06c94aa..e5f8abd 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -142,6 +142,7 @@ class Fbgui_IndexController extends Zend_Controller_Action
$pbsNotifier = new Pbs_Notifier();
$this->view->notification[] = $pbsNotifier->notify("There are no entries in the bootmenu.",'info');
$this->view->nobootmenu = true;
+ unset($this->view->entries);
}