]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/searchaction.php
Extended profile - fix some issues saving and displaying dates
[quix0rs-gnu-social.git] / lib / searchaction.php
index 67d0bcdeb84c57598c7d11ce99650d7daaa03e38..7038424fab1733b2f73c21684fee4b4dda8f729b 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();
@@ -168,7 +168,5 @@ E_O_T
         $this->elementStart('div', 'help instructions');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
-
-        $this->elementEnd('div');
     }
 }