From 5bfde5ceb863a399bf29ac30c6d4357fe031d7dc Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 15 Jan 2009 02:53:13 +0000 Subject: Rename 'xxx_changed' events to 'xxx_updated' --- modules/comment/controllers/admin_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/controllers/admin_comments.php') diff --git a/modules/comment/controllers/admin_comments.php b/modules/comment/controllers/admin_comments.php index 5460d651..f8dfa8ee 100644 --- a/modules/comment/controllers/admin_comments.php +++ b/modules/comment/controllers/admin_comments.php @@ -125,7 +125,7 @@ class Admin_Comments_Controller extends Admin_Controller { if ($comment->loaded) { $comment->state = $state; $comment->save(); - module::event("comment_changed", $orig, $comment); + module::event("comment_updated", $orig, $comment); } } -- cgit v1.2.3