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