mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Fix trac issue: #31
This commit is contained in:
@@ -127,7 +127,7 @@ class Admin_Comments_Controller extends Admin_Controller {
|
||||
$comment->save();
|
||||
module::event("comment_updated", $orig, $comment);
|
||||
if ($orig->state == "published" || $comment->state == "published") {
|
||||
module::event("item_related_update", $comment->item);
|
||||
module::event("item_related_update", $comment->item());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user