]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Profile block base style
[quix0rs-gnu-social.git] / actions / shownotice.php
index 183668fa8ec67791269be28c8a76ee4aae3a27d0..b60b6f5a722367c91ee4f65c1a6955bc18d6a9cd 100644 (file)
@@ -23,9 +23,13 @@ require_once(INSTALLDIR.'/lib/stream.php');
 
 class ShownoticeAction extends StreamAction {
 
-       function init($args) {
+       var $notice = NULL;
+       var $profile = NULL;
+       var $avatar = NULL;
 
-               parent::init($args);
+       function prepare($args) {
+
+               parent::prepare($args);
 
                $id = $this->arg('notice');
                $this->notice = Notice::staticGet($id);