use the 'top' action for bookmarklet popup

This commit is contained in:
Evan Prodromou 2011-09-30 10:10:15 -04:00
parent 0e439117a7
commit 2e8d92dbe9
1 changed files with 1 additions and 1 deletions

View 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()) {