]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-points.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / modules / member / what-points.php
index da7b330b7f40a521be5dd6f6f02ca7b0f47d0bd1..ebbf566f0ad9d20d030e6185e8430de5dad10ac2 100644 (file)
@@ -168,7 +168,7 @@ if ((GET_EXT_VERSION("bonus") >= "0.2.2") && (EXT_IS_ACTIVE("bonus")) && (getCon
 
        // Output rows
        define('__SPECIAL_ROWS', LOAD_TEMPLATE("member_points_bonus_rows", true));
-} elseif (getConfig('bonus_active') == "N") {
+} elseif (getConfig('bonus_active') != "Y") {
        // Bonus active rallye deactivated
        define('__SPECIAL_ROWS', LOAD_TEMPLATE("member_points_bonus_disabled", true));
 } elseif ((IS_ADMIN()) && (EXT_VERSION_IS_OLDER("bonus", "0.2.2")) && (EXT_IS_ACTIVE("bonus"))) {