]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-confirm.php
Typo fixed :-(
[mailer.git] / inc / modules / guest / what-confirm.php
index 777a4a433f60dc7f123115e9d66901a1edbeb556..2a75a7d2f0deda15efcac93ca269ed758b67ba48 100644 (file)
@@ -107,7 +107,7 @@ LIMIT 1",
                                        }
 
                                        // If version matches add ref bonus to refid's account
-                                       if ((isExtensionInstalledAndNewer('bonus', '0.4.4')) && (ifBonusRallyeActive())) {
+                                       if ((isExtensionInstalledAndNewer('bonus', '0.4.4')) && (isBonusRallyeActive())) {
                                                // Add points (directly only!)
                                                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `bonus_ref`=`bonus_ref`+{?bonus_ref?} WHERE `userid`=%s LIMIT 1",
                                                        array(bigintval($refid)), __FILE__, __LINE__);