Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / admin / what-list_bonus.php
index b692cba7b37e98335bcaa8ec909fbd43b67838e5..e876b7a1fc0f79c70d7ae9c346e78cb590d977a0 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 if (isBonusRallyeActive()) {
        // Shall I withdraw now?
-       if (isPostRequestParameterSet('withdraw')) {
+       if (isPostRequestElementSet('withdraw')) {
                // Okay, let's prepare...
                $curr = getMonth() - 1;
                if (strlen($curr) == 1) $curr = '0' . $curr;