diff options
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index d8bd1f562..a50576654 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -37,12 +37,12 @@ class StreamAction extends Action { _t('Profile'), ($user->fullname) ? $user->fullname : $nickname, $action == 'showstream'); - common_element_end('ul'); common_menu_item(common_local_url('all', array('nickname' => $nickname)), _t('All'), _t('All'), $action == 'all'); + common_element_end('ul'); } function show_notice($notice) { |