diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 02:43:55 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 02:43:55 +0000 |
commit | 8ba19b0686bc4f616e506ab387eb287ae95226df (patch) | |
tree | 06160115a9e52ced2d15bf97a54bebddf2c20d8d /lib/searchaction.php | |
parent | 0daf242100925396aad4cc9fea5de0de2ec98ce8 (diff) | |
parent | ba3b82c5638ba01fa0da6c9025ba2a4b852e66af (diff) |
Merge branch 'master' of ../trunk
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index 71ab3a6ef..70e63146a 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -73,7 +73,7 @@ class SearchAction extends Action function showLocalNav() { - $nav = new SearchGroupNav($this); + $nav = new SearchGroupNav($this, $this->trimmed('q')); $nav->show(); } @@ -98,11 +98,6 @@ class SearchAction extends Action return null; } - function show_header($arr) - { - return; - } - function showNoticeForm() { // remote post notice form } |