summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-03 12:34:23 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-03 12:34:23 -0500
commitb7385b23068ea794ebd24db28b214945054563b5 (patch)
tree198785c4e0d634e3ca021afa0d07a87de7653984 /actions/shownotice.php
parent96df5916ad2cb29d81c6114d7345c4b3381e27c8 (diff)
parent::init() -> parent::prepare()
darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index a8f5060d2..b60b6f5a7 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);