]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/bonus_filter.php
Admin menu has now a JavaScript "effect":
[mailer.git] / inc / filter / bonus_filter.php
index b0bfa46ec484255934af3dc993e2f5bd83317c68..09ed63f552d20c77b8de1423ea3b71d6efde5273 100644 (file)
@@ -71,7 +71,7 @@ LIMIT 1',
                $bonus = (!SQL_HASZEROAFFECTED());
        } // END - if
 
-       if (($bonus === true) && (getRequestElement('mode') == 'bonus')) {
+       if (($bonus === true) && (getRequestElement('do') == 'bonus')) {
                // Output message with added points
                $GLOBALS['message'] .= '<div class="tiny">{--MEMBER_BONUS_LOGIN_BONUS_ADDED--}</div>';
        } else {