diff options
Diffstat (limited to 'application/modules/user/controllers/SessionController.php')
| -rw-r--r-- | application/modules/user/controllers/SessionController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php index 4260a82..91b6dbd 100644 --- a/application/modules/user/controllers/SessionController.php +++ b/application/modules/user/controllers/SessionController.php @@ -59,7 +59,7 @@ class User_SessionController extends Zend_Controller_Action $bm = $bootmenuentriesMapper->find($session->getBootmenuentryID()); if($bm != null) $session->setBootmenuentryID("[".$session->getBootmenuentryID()."] ".$bm->getTitle()); - + } if($session->getBootisoID() != ''){ @@ -92,7 +92,7 @@ class User_SessionController extends Zend_Controller_Action $mySessions = $mySearch->search($mySessions); } $this->view->searchform = $mySearch->searchForm(); - + // Pagination $pagination = new Pbs_Pagination(); $pagination->setPerPage(10); |
