diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-15 02:53:13 +0000 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-15 02:53:13 +0000 | 
| commit | 5bfde5ceb863a399bf29ac30c6d4357fe031d7dc (patch) | |
| tree | c69335fbab96bf94fcf0c0e87a0f4b117cfa052d /modules/comment | |
| parent | 034f30190eef5fad22c847e99787b33fac5178ab (diff) | |
Rename 'xxx_changed' events to 'xxx_updated'
Diffstat (limited to 'modules/comment')
| -rw-r--r-- | modules/comment/controllers/admin_comments.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);      }    } | 
