diff options
-rw-r--r-- | actions/showstream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index e721a6d20..5a04e9f47 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -55,10 +55,10 @@ class ShowstreamAction extends StreamAction { common_notice_form(); } - $this->show_notices($profile); - $this->show_sidebar($profile); + $this->show_notices($profile); + common_show_footer(); } |