X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=9b79974df7e2c4f4b61fbb3a082818f84b21906b;hp=3b6d1266a0ff77a7c5c82c3d7ab54998d85e2755;hb=3daede4c904e23905c3e48dd6749019deca0a0e0;hpb=c3b3af29e6e80926519ade146ac657c036782bd3 diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 3b6d1266a0..9b79974df7 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -37,7 +37,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { require($INC); } elseif ((!EXT_IS_ACTIVE("other")) || (GET_EXT_VERSION("other") == "")) { // Missing extension! - ADD_FATAL(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "other")); + addFatalMessage(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "other")); return; }