diff --git a/actions/showstream.php b/actions/showstream.php index e721a6d201..5a04e9f471 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(); }