]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
parent::init() -> parent::prepare()
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 3 Dec 2008 17:34:23 +0000 (12:34 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 3 Dec 2008 17:34:23 +0000 (12:34 -0500)
darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz

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);