Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / sponsor.php
index 81b0992f9b1c922c1440a623fa0a8aa96282ac79..e81c2b04c69faafae763e3889669a4c00101eef7 100644 (file)
@@ -39,7 +39,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
-} elseif ((!EXT_IS_ACTIVE('sponsor'))
+} elseif ((!EXT_IS_ACTIVE('sponsor'))) {
        addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE')));
        return;
 } elseif (!IS_SPONSOR()) {