]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Profile block base style
[quix0rs-gnu-social.git] / actions / shownotice.php
index a8f5060d247339c47b4df654f298298da3a60cd7..b60b6f5a722367c91ee4f65c1a6955bc18d6a9cd 100644 (file)
@@ -29,7 +29,7 @@ class ShownoticeAction extends StreamAction {
 
        function prepare($args) {
 
-               parent::init($args);
+               parent::prepare($args);
 
                $id = $this->arg('notice');
                $this->notice = Notice::staticGet($id);