X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=ce99c5fdca8030f5fad5e0191222943a4bb7202f;hb=c9f84db108bccc6368d658a74a9f9c43d2851286;hp=96f936afc08a59af8262f55023ba900b289fc8f7;hpb=74fd1d2a3ddeb512715e1e9dc2c93cae2df8b1f8;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 96f936afc0..ce99c5fdca 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -64,7 +64,7 @@ if (ifPostContainsSelections()) { $sql = "UPDATE `{?_MYSQL_PREFIX?}_themes` SET `theme_active`='Y' WHERE `id`=%s LIMIT 1"; } $OUT = '{--ADMIN_THEMES_UPDATED--}'; - } elseif (isFormSent('del')) { + } elseif (isFormSent('delete')) { // Delete themes $sql = "DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_themes` WHERE `id`=%s LIMIT 1"; $OUT = '{--ADMIN_THEMES_DELETED--}';