X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Flogin.php;h=f06e6bac8f27d1f8e133a96a5b33d4a31630786d;hp=6e8193a4b3be651b6db7264d08faddb43b238bbf;hb=ee0625c4882bb462985c504abf65a3ef0e7bf1eb;hpb=b9d116b6637ef3f2addbf532975bb7f5a22ea386 diff --git a/inc/modules/login.php b/inc/modules/login.php index 6e8193a4b3..f06e6bac8f 100644 --- a/inc/modules/login.php +++ b/inc/modules/login.php @@ -48,10 +48,10 @@ if (!defined('__SECURITY')) { if ($status != "CONFIRMED") { // If the status is different than confirmed move the user away from here - $ERROR = GEN_ERROR_CODE_FROM_ACCOUNT_STATUS($status); + $errorCode = GEN_ERROR_CODE_FROM_ACCOUNT_STATUS($status); // Load URL - LOAD_URL("modules.php?module=index&what=login&login=".$ERROR); + LOAD_URL("modules.php?module=index&what=login&login=".$errorCode); } // END - if // Load adverstising template