]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add attributes for shownotice
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 05:02:00 +0000 (00:02 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 05:02:00 +0000 (00:02 -0500)
darcs-hash:20081202050200-5ed1f-1ba5a3573e2276eac22a018ce26cc76b1ed7275f.gz

actions/shownotice.php

index 183668fa8ec67791269be28c8a76ee4aae3a27d0..ca1b134977cdd1f6c6c13ec95460b8789fba1cb3 100644 (file)
@@ -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);