parent::init() -> parent::prepare()

darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz
This commit is contained in:
Evan Prodromou 2008-12-03 12:34:23 -05:00
parent 96df5916ad
commit b7385b2306
1 changed files with 1 additions and 1 deletions

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