X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor%2Faccount.php;h=747104be271497a12d118b849743e62c0dfc5403;hb=e3d9cad1ecbc188f33fbc909e6df2b2d4aeefa0e;hp=70c8f4b1284c7e13c06ee30709b4e565b4c1ee03;hpb=ea106f65425a5cc6284cd4e5f67573e81423e1ba;p=mailer.git diff --git a/inc/modules/sponsor/account.php b/inc/modules/sponsor/account.php index 70c8f4b128..747104be27 100644 --- a/inc/modules/sponsor/account.php +++ b/inc/modules/sponsor/account.php @@ -35,11 +35,11 @@ if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; require($INC); } elseif ((!EXT_IS_ACTIVE("sponsor")) - ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE); + addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE); return; } elseif (!IS_SPONSOR()) { // No sponsor! - ADD_FATAL(SPONSOR_ONLY_AREA_ENTERED); + addFatalMessage(SPONSOR_ONLY_AREA_ENTERED); return; }