diff options
-rw-r--r-- | actions/shownotice.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index 183668fa8..ca1b13497 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); |