diff options
-rw-r--r-- | modules/g2_import/helpers/g2_import_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_event.php b/modules/g2_import/helpers/g2_import_event.php index 1352dc1f..205de98e 100644 --- a/modules/g2_import/helpers/g2_import_event.php +++ b/modules/g2_import/helpers/g2_import_event.php @@ -19,6 +19,6 @@ */ class g2_import_event_Core { static function item_before_delete($item) { - Database::instance()->delete("g2_maps", array("g3_id", $item->id)); + Database::instance()->delete("g2_maps", array("g3_id" => $item->id)); } } |