search actions show the search menu in object area

This commit is contained in:
Evan Prodromou 2011-03-01 15:54:43 -05:00
parent 805d14577d
commit c925a4d181

View File

@ -70,7 +70,7 @@ class SearchAction extends Action
* @return void * @return void
* @see SearchGroupNav * @see SearchGroupNav
*/ */
function showLocalNav() function showObjectNav()
{ {
$nav = new SearchGroupNav($this, $this->trimmed('q')); $nav = new SearchGroupNav($this, $this->trimmed('q'));
$nav->show(); $nav->show();