summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/PrebootController.php
diff options
context:
space:
mode:
authorSimon2011-04-05 15:54:00 +0200
committerSimon2011-04-05 15:54:00 +0200
commit92c66441276e03c6fd53496ac8d57ff52b4a3eb4 (patch)
tree2a1def37a76d2d7f15fd8ecb982c51ad1721f8b6 /application/modules/user/controllers/PrebootController.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.tar.gz
pbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.tar.xz
pbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.zip
Session-Controller erstellt
Diffstat (limited to 'application/modules/user/controllers/PrebootController.php')
-rw-r--r--application/modules/user/controllers/PrebootController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/PrebootController.php b/application/modules/user/controllers/PrebootController.php
index 94759f6..f283969 100644
--- a/application/modules/user/controllers/PrebootController.php
+++ b/application/modules/user/controllers/PrebootController.php
@@ -69,11 +69,11 @@ class User_PrebootController extends Zend_Controller_Action
$mySearch = new Pbs_Search();
$mySearch->setSearchTerm($search);
$mySearch->setModule('preboot');
- $this->view->searchform = $mySearch->searchForm();
if($search != ''){
$this->view->search = $mySearch->getSearchTerm();
$this->view->prebootlist = $mySearch->search($this->view->prebootlist);
}
+ $this->view->searchform = $mySearch->searchForm();
// Pagination
$pagination = new Pbs_Pagination();