A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / admin / what-theme_import.php
index 7cfa35b394a17713241cdd6fe1f7a76c929eed12..ca02e9e2d94d5fe4bf763a064cb605ef7a9ec692 100644 (file)
@@ -36,7 +36,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif (!EXT_IS_ACTIVE("theme")) {
-       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "theme");
+       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "theme");
        return;
 }