diff options
| author | Simon | 2011-04-11 10:36:42 +0200 |
|---|---|---|
| committer | Simon | 2011-04-11 10:36:42 +0200 |
| commit | 72a98ce3f495968d47b8db6c571acaf5c3ed15af (patch) | |
| tree | bfa560d07abbfef5713c736b1f6d1f7202c39b4b /application/modules/user/controllers/ConfigController.php | |
| parent | Bootmenu User/Admin View (diff) | |
| download | pbs2-72a98ce3f495968d47b8db6c571acaf5c3ed15af.tar.gz pbs2-72a98ce3f495968d47b8db6c571acaf5c3ed15af.tar.xz pbs2-72a98ce3f495968d47b8db6c571acaf5c3ed15af.zip | |
Suche in configs gefixxt
Diffstat (limited to 'application/modules/user/controllers/ConfigController.php')
| -rw-r--r-- | application/modules/user/controllers/ConfigController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/controllers/ConfigController.php b/application/modules/user/controllers/ConfigController.php index 6f5497a..a38af00 100644 --- a/application/modules/user/controllers/ConfigController.php +++ b/application/modules/user/controllers/ConfigController.php @@ -74,6 +74,7 @@ class user_ConfigController extends Zend_Controller_Action $search = $this->_request->getParam('search'); $mySearch = new Pbs_Search(); $mySearch->setSearchTerm($search); + $mySearch->setType($this->type); $mySearch->setModule('config'); if($search != ''){ $this->view->search = $mySearch->getSearchTerm(); |
