summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/shownotice.php')
-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);