summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-03 12:32:25 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-03 12:32:25 -0500
commit96df5916ad2cb29d81c6114d7345c4b3381e27c8 (patch)
tree685f9b2e0b78e530f30298418b70cde3dddb849e /actions
parent54df7dcbbd0dd6be05551edef9fa2546c16b3536 (diff)
change Action::init() to Action::prepare() to avoid conflict with RSS10Action::init()
darcs-hash:20081203173225-5ed1f-e5ebfb202ed4a84c90851d0faa025ad09774d2c3.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index ca1b13497..a8f5060d2 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -27,7 +27,7 @@ class ShownoticeAction extends StreamAction {
var $profile = NULL;
var $avatar = NULL;
- function init($args) {
+ function prepare($args) {
parent::init($args);