]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show defaultlocalnav in grouplogo
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:17:01 +0000 (16:17 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:17:01 +0000 (16:17 -0500)
actions/grouplogo.php

index d490cd9875f53767b6261189555a7af5f1e41112..db0d40ff0c1036049bac9d6d66f5970bbdc3be48 100644 (file)
@@ -458,7 +458,7 @@ class GrouplogoAction extends GroupDesignAction
         $this->autofocus('avatarfile');
     }
 
-    function showLocalNav()
+    function showObjectNav()
     {
         $nav = new GroupNav($this, $this->group);
         $nav->show();