X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-maintenance.php;h=3b0bd4378b7708dd5929204d2a1c3e2ac4ca0591;hp=923926c45bde493a59699ce1a426899b0f077183;hb=307a4e11763f0914e73dc756b219356e1c29ab25;hpb=d13ff47b8686dd2632cda3ad2c4008a5063e3061 diff --git a/inc/modules/admin/what-maintenance.php b/inc/modules/admin/what-maintenance.php index 923926c45b..3b0bd4378b 100644 --- a/inc/modules/admin/what-maintenance.php +++ b/inc/modules/admin/what-maintenance.php @@ -47,12 +47,12 @@ if (isset($_POST['ok'])) switch ($_CONFIG['maintenance']) { case 'Y': - $target_mode = 'N'; + $target_mode = "N"; $out = ADMIN_MAINTENANCE_DEACTIVATED; break; case 'N': - $target_mode = 'Y'; + $target_mode = "Y"; $out = ADMIN_MAINTENANCE_ACTIVATED; break; }