From 96df5916ad2cb29d81c6114d7345c4b3381e27c8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 3 Dec 2008 12:32:25 -0500 Subject: change Action::init() to Action::prepare() to avoid conflict with RSS10Action::init() darcs-hash:20081203173225-5ed1f-e5ebfb202ed4a84c90851d0faa025ad09774d2c3.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/shownotice.php') 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); -- cgit v1.2.3-54-g00ecf