Some fixes:
[mailer.git] / inc / modules / admin / what-list_bonus.php
index 0d49bf5e94f441a8f43e16621a25bc868472fbb7..a9c155c40c1770aefb44d31a0970558133d4a292 100644 (file)
@@ -47,7 +47,7 @@ if (isBonusRallyeActive()) {
        // Shall I withdraw now?
        if (isPostRequestElementSet('withdraw')) {
                // Okay, let's prepare...
-               $curr = padLeftZero(getMonth() - 1);
+               $curr = padLeftZero(getMonth() - 1, 2);
                updateConfiguration('last_monthly', $curr);
                displayMessage('{--ADMIN_BONUS_WITHDRAW_PREPARED--}');
        } // END - if