mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Rename 'xxx_changed' events to 'xxx_updated'
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user