]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_newsletter.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / monthly / monthly_newsletter.php
index 519071773dc245e6a0e32eece88d88a831e0cf97..6134f519e97c77de8fb36e6336ae1287879e443e 100644 (file)
@@ -40,7 +40,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif (!EXT_IS_ACTIVE("newsletter")) {
+} elseif (!EXT_IS_ACTIVE('newsletter')) {
        return;
 }