]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_mods.php
More constant rewrites
[mailer.git] / inc / modules / admin / what-config_mods.php
index 9f3b23c19516dfa3e630ff08b043ed54cb9087d5..4b3163537561517dc54dfea9b7119266afcc7dcd 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 ADD_DESCR("admin", __FILE__);
 
 $SEL = 0;
-if (REQUEST_ISSET_POST(('edit'))) {
+if (REQUEST_ISSET_POST('edit')) {
        // Check if at least one module is selected
        $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
        if ($SEL > 0) {
@@ -80,7 +80,7 @@ if (REQUEST_ISSET_POST(('edit'))) {
                LOAD_TEMPLATE("admin_settings_saved", false, getMessage('MODS_NOTHING_SELECTED'));
 
                // Remove maybe confusing data
-               REQUEST_UNSET_POST(('edit'));
+               REQUEST_UNSET_POST('edit');
                REQUEST_UNSET_POST(('change'));
        }
 } elseif (REQUEST_ISSET_POST(('change'))) {