summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-02 00:02:00 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-02 00:02:00 -0500
commite0995d2fb78af496f6dcaebab18728e8f9eff22c (patch)
tree893a6332ea9f3d3b5cc81c05f3276ba3d4f6fe5d /actions
parent31bb9d07dcaf72ef3c913728464c1a86aa1238cb (diff)
add attributes for shownotice
darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/shownotice.php4
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);