mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 05:01:04 -04:00
Add missing execute() call -- tests ftw!
This commit is contained in:
@@ -21,7 +21,8 @@ class comment_event_Core {
|
||||
static function item_deleted($item) {
|
||||
db::build()
|
||||
->delete("comments")
|
||||
->where("item_id", "=", $item->id);
|
||||
->where("item_id", "=", $item->id)
|
||||
->execute();
|
||||
}
|
||||
|
||||
static function user_deleted($user) {
|
||||
|
||||
Reference in New Issue
Block a user