summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootmenuController.php
diff options
context:
space:
mode:
authorSimon2011-04-05 16:27:13 +0200
committerSimon2011-04-05 16:27:13 +0200
commit3def9f74091e1b8616ad2e1870574705e73fc1b1 (patch)
tree0c46536b4140d0d4bc8cb6c383296c035450ad44 /application/modules/user/controllers/BootmenuController.php
parentSession-Controller erstellt (diff)
downloadpbs2-3def9f74091e1b8616ad2e1870574705e73fc1b1.tar.gz
pbs2-3def9f74091e1b8616ad2e1870574705e73fc1b1.tar.xz
pbs2-3def9f74091e1b8616ad2e1870574705e73fc1b1.zip
Suche gefixt & Neues Recht für Session
Diffstat (limited to 'application/modules/user/controllers/BootmenuController.php')
-rw-r--r--application/modules/user/controllers/BootmenuController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/BootmenuController.php b/application/modules/user/controllers/BootmenuController.php
index 84c31ff..cb7810b 100644
--- a/application/modules/user/controllers/BootmenuController.php
+++ b/application/modules/user/controllers/BootmenuController.php
@@ -92,11 +92,11 @@ class user_BootmenuController extends Zend_Controller_Action
$mySearch = new Pbs_Search();
$mySearch->setSearchTerm($search);
$mySearch->setModule('bootmenu');
- $this->view->searchform = $mySearch->searchForm();
if($search != ''){
$this->view->search = $mySearch->getSearchTerm();
$bootmenu = $mySearch->search($bootmenu);
}
+ $this->view->searchform = $mySearch->searchForm();
// Pagination
$pagination = new Pbs_Pagination();