X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=3834d366a9b2a695bfcbb363194b1a714a613dd6;hp=0a67c5b9c48b5645f91f1dc308af90c686708004;hb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;hpb=2271b257e04ecbecf1c1e9fe91cd948b50e1ded4 diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 0a67c5b9c4..3834d366a9 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")) { // Missing extension! - addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "other"); + addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "other"); return; }