From: Evan Prodromou Date: Fri, 30 Sep 2011 14:10:15 +0000 (-0400) Subject: use the 'top' action for bookmarklet popup X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e8d92dbe9291c4c45a6156f4a3731516e5a9358;p=quix0rs-gnu-social.git use the 'top' action for bookmarklet popup --- diff --git a/plugins/Bookmark/bookmarkpopup.php b/plugins/Bookmark/bookmarkpopup.php index 3defe08d30..1400c0a1ea 100644 --- a/plugins/Bookmark/bookmarkpopup.php +++ b/plugins/Bookmark/bookmarkpopup.php @@ -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()) {