X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fbonus_functions.php;h=273019962a0be6f2ac3c6c1fc8d73a5fb913d7d5;hp=72b6b2e24d47c57dcca4ddbd237100a2b3bb4f55;hb=57227d33e870ec5cd271209c4a978a52b45c2dd6;hpb=4da570680cb8c5ed1e550746e48a16965b7175c4 diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index 72b6b2e24d..273019962a 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -318,7 +318,7 @@ LIMIT 1", $bonus = (SQL_AFFECTEDROWS() == 1); } // END - if - if (($bonus === true) && (getRequestElement('mode') == 'bonus')) { + if (($bonus === true) && (getRequestParameter('mode') == 'bonus')) { // Output message with added points $GLOBALS['message'] .= '
' . getMessage('BONUS_LOGIN_BONUS_ADDED') . '
'; } elseif (isExtensionActive('bonus')) {