More fixes, thanks to Piter01
[mailer.git] / inc / modules / guest / what-top10.php
index 7ae01f4d41dcffa5ffdc584f435e5a2e9f168224..8536854d676fb762afc3da15f528636253c34556 100644 (file)
@@ -35,7 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif (!EXT_IS_ACTIVE("top10"))
+} elseif (!EXT_IS_ACTIVE("top10")) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "top10");
        return;
 }