From: Evan Prodromou Date: Wed, 3 Dec 2008 17:34:23 +0000 (-0500) Subject: parent::init() -> parent::prepare() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7385b23068ea794ebd24db28b214945054563b5;p=quix0rs-gnu-social.git parent::init() -> parent::prepare() darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz --- diff --git a/actions/shownotice.php b/actions/shownotice.php index a8f5060d24..b60b6f5a72 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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);