login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / modules.php
index 9cc7ff28b9b61a8497c948976edb2499e784be69..52833e3ac429b73b9d8fe5f20cac48cc0ea17299 100644 (file)
@@ -92,7 +92,7 @@ include (PATH."inc/header.php");
 
 // Modules are by default not valid!
 $MOD_VALID = false; $check = "failed";
-if ((!empty($CONFIG['maintenance'])) && ($CONFIG['maintenance'] == "Y") && (!IS_ADMIN()) && ($GLOBALS['module'] != "admin"))
+if ((!empty($CONFIG['maintenance'])) && ($CONFIG['maintenance'] == 'Y') && (!IS_ADMIN()) && ($GLOBALS['module'] != "admin"))
 {
        // Maintain mode is active and you are no admin
        ADD_FATAL(LANG_DOWN_MAINTAINCE);