Fix for the fix... ;-)
[mailer.git] / show_bonus.php
index 6ac941f49fd1da50b97a583c7b1cf4ef9ee209bc..45019b90f62f869f5f18aabb8397c099f5dd2f7c 100644 (file)
@@ -46,7 +46,7 @@ $GLOBALS['module'] = "show_bonus"; $CSS = 0;
 require ("inc/config.php");
 
 // List only rankings when script is installed
-if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')))
+if (isBooleanConstantAndTrue('mxchange_installed'))
 {
        // Include header
        include(PATH."inc/header.php");