diff --git a/actions/shownotice.php b/actions/shownotice.php index 183668fa8e..ca1b134977 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -23,6 +23,10 @@ require_once(INSTALLDIR.'/lib/stream.php'); class ShownoticeAction extends StreamAction { + var $notice = NULL; + var $profile = NULL; + var $avatar = NULL; + function init($args) { parent::init($args);