]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use the 'top' action for bookmarklet popup
authorEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 14:10:15 +0000 (10:10 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 30 Sep 2011 14:10:15 +0000 (10:10 -0400)
plugins/Bookmark/bookmarkpopup.php

index 3defe08d30c9f0e8518e7c2cd1be0bf2a3398495..1400c0a1ea698684c9e9c326176fcfaf8758acef 100644 (file)
@@ -70,7 +70,7 @@ class BookmarkpopupAction extends NewbookmarkAction
         $this->elementStart('div', array('id' => 'header'));
         $this->elementStart('address');
         $this->element('a', array('class' => 'url',
-                                  'href' => common_local_url('public')),
+                                  'href' => common_local_url('top')),
                          '');
         $this->elementEnd('address');
         if (common_logged_in()) {