A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / guest / what-active.php
index 7b1b8c8e81c0a49b9ff05d924f6c3fd4ce848098..593050accf0448fd395b74eeeae0f35114c21779 100644 (file)
@@ -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("active")) && (!IS_ADMIN())) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "active");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "active");
        return;
 }