diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-02 00:02:00 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-02 00:02:00 -0500 |
commit | e0995d2fb78af496f6dcaebab18728e8f9eff22c (patch) | |
tree | 893a6332ea9f3d3b5cc81c05f3276ba3d4f6fe5d | |
parent | 31bb9d07dcaf72ef3c913728464c1a86aa1238cb (diff) |
add attributes for shownotice
darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz
-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); |