projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96df591
)
parent::init() -> parent::prepare()
author
Evan Prodromou
<evan@controlyourself.ca>
Wed, 3 Dec 2008 17:34:23 +0000
(12:34 -0500)
committer
Evan Prodromou
<evan@controlyourself.ca>
Wed, 3 Dec 2008 17:34:23 +0000
(12:34 -0500)
darcs-hash:
20081203173423
-5ed1f-
95de0f98aba4be527cd59d7297bc4f7b712713bd
.gz
actions/shownotice.php
patch
|
blob
|
history
diff --git
a/actions/shownotice.php
b/actions/shownotice.php
index a8f5060d247339c47b4df654f298298da3a60cd7..b60b6f5a722367c91ee4f65c1a6955bc18d6a9cd 100644
(file)
--- 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);