A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / admin / what-config_other.php
index 0a67c5b9c48b5645f91f1dc308af90c686708004..3834d366a9b2a695bfcbb363194b1a714a613dd6 100644 (file)
@@ -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;
 }