X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-doubler.php;h=71cfbdd73ea4810ff7c7849f3ef08e0d0b737759;hb=cc7c700143bca2420ff0497e648d31a18cc9add2;hp=b50ddca2a7a8932bb007b39497c49b697a2059d3;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;p=mailer.git diff --git a/inc/modules/guest/what-doubler.php b/inc/modules/guest/what-doubler.php index b50ddca2a7..71cfbdd73e 100644 --- a/inc/modules/guest/what-doubler.php +++ b/inc/modules/guest/what-doubler.php @@ -36,7 +36,7 @@ if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } elseif ((!EXT_IS_ACTIVE("doubler")) && (!IS_ADMIN())) { - ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "doubler"); + addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "doubler"); return; }