X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=4bb84530d2e292afee9717b7643e79546246b4c2;hb=0b26d5d64d95a8001bc8ba27a2d27ca4888d5d80;hp=cc0f464db5607be39bd5d367f967cc8428c1dbbe;hpb=30ae22f62ae87c53a56baf0d134569ba91011111;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index cc0f464db5..4bb84530d2 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -56,7 +56,7 @@ if (ifPostContainsSelections()) { foreach (postRequestParameter('sel') as $id => $sel) { $sql = ''; // Shall I de-/activate or delete themes? - if (isPostRequestParameterSet(('status'))) { + if (isPostRequestParameterSet('status')) { // Change status if (postRequestParameter('active', $id) == 'Y') { $sql = "UPDATE `{?_MYSQL_PREFIX?}_themes` SET `theme_active`='N' WHERE `id`=%s LIMIT 1";