forked from GNUsocial/gnu-social
parent::init() -> parent::prepare()
darcs-hash:20081203173423-5ed1f-95de0f98aba4be527cd59d7297bc4f7b712713bd.gz
This commit is contained in:
parent
96df5916ad
commit
b7385b2306
@ -29,7 +29,7 @@ class ShownoticeAction extends StreamAction {
|
|||||||
|
|
||||||
function prepare($args) {
|
function prepare($args) {
|
||||||
|
|
||||||
parent::init($args);
|
parent::prepare($args);
|
||||||
|
|
||||||
$id = $this->arg('notice');
|
$id = $this->arg('notice');
|
||||||
$this->notice = Notice::staticGet($id);
|
$this->notice = Notice::staticGet($id);
|
||||||
|
Loading…
Reference in New Issue
Block a user