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
1 changed files with 1 additions and 1 deletions

View File

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