From 8b2059490813e1617b5960cab1a156b00866effe Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 1 Jul 2020 11:30:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=B9=B4=ED=8A=B85=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=82=AD=EC=A0=9C=EC=8B=9C=20=EC=9D=B4=EB=B2=A4?= =?UTF-8?q?=ED=8A=B8=20HOOK=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemdelete.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/shop_admin/itemdelete.inc.php b/adm/shop_admin/itemdelete.inc.php index 78c5ac531..0f345e6f7 100644 --- a/adm/shop_admin/itemdelete.inc.php +++ b/adm/shop_admin/itemdelete.inc.php @@ -109,5 +109,7 @@ if (!function_exists("itemdelete")) { } } +run_event('shop_admin_delete_item_file', $it_id); + itemdelete($it_id); ?> \ No newline at end of file