]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-points.php
Typo fixed :-(
[mailer.git] / inc / modules / member / what-points.php
index 1a15e0068bd6576114c6acd71101cac7cf32eb3a..32200ad60710b3e80d736768fae3a6092f8c64df 100644 (file)
@@ -154,7 +154,7 @@ if (isExtensionInstalledAndOlder('bonus', '0.4.4')) setConfigEntry('bonus_active
 $content['special_rows'] = '';
 
 // Display login bonus and turbo-click bonus
-if ((isExtensionInstalledAndNewer('bonus', '0.2.2')) && (isExtensionActive('bonus')) && (ifBonusRallyeActive())) {
+if ((isExtensionInstalledAndNewer('bonus', '0.2.2')) && (isExtensionActive('bonus')) && (isBonusRallyeActive())) {
        // Total bonus points
        $content['total'] = getUserData('turbo_bonus') + getUserData('login_bonus') + getUserData('bonus_ref') + getUserData('bonus_order') + getUserData('bonus_stats');