diff options
Diffstat (limited to 'modules/g2_import/helpers/g2_import_event.php')
-rw-r--r-- | modules/g2_import/helpers/g2_import_event.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/g2_import/helpers/g2_import_event.php b/modules/g2_import/helpers/g2_import_event.php index 205de98e..d6f4fc15 100644 --- a/modules/g2_import/helpers/g2_import_event.php +++ b/modules/g2_import/helpers/g2_import_event.php @@ -21,4 +21,8 @@ class g2_import_event_Core { static function item_before_delete($item) { Database::instance()->delete("g2_maps", array("g3_id" => $item->id)); } + + static function item_created($item) { + g2_import::copy_matching_thumbnails_and_resizes($item); + } } |