]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
search actions show the search menu in object area
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:54:43 +0000 (15:54 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:54:43 +0000 (15:54 -0500)
lib/searchaction.php

index 67d0bcdeb84c57598c7d11ce99650d7daaa03e38..73c287eef3b62e5b8d24cd77e666468f9a4d55db 100644 (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();