From b7385b23068ea794ebd24db28b214945054563b5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 3 Dec 2008 12:34:23 -0500 Subject: [PATCH] parent::init() -> parent::prepare() darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);