From e0995d2fb78af496f6dcaebab18728e8f9eff22c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 2 Dec 2008 00:02:00 -0500 Subject: add attributes for shownotice darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz --- actions/shownotice.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actions/shownotice.php') 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); -- cgit v1.2.3-54-g00ecf