]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/bonus_filter.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / filter / bonus_filter.php
index 4520937f457d1eb3ad487c6a8c770b77014727f3..bd13b975b6fb681d9daddb36d2499f17879a58c8 100644 (file)
@@ -71,7 +71,7 @@ LIMIT 1',
                $bonus = (!SQL_HASZEROAFFECTED());
        } // END - if
 
-       if (($bonus === true) && (getRequestParameter('mode') == 'bonus')) {
+       if (($bonus === true) && (getRequestElement('mode') == 'bonus')) {
                // Output message with added points
                $GLOBALS['message'] .= '<div class="tiny">{--MEMBER_BONUS_LOGIN_BONUS_ADDED--}</div>';
        } else {