diff options
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 2 |
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); |