]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
More wrapper functions introduced, duplicate language strings merged:
[mailer.git] / inc / modules / admin / what-list_beg.php
index 2f2aece4440743ba9c5b40cb0ca62cddd3d7db30..b11bba4848c735d636622dc02ecb4bd316865288 100644 (file)
@@ -108,7 +108,7 @@ ORDER BY
                $content['total'] = $total;
 
                // Check if we need to display form or not with manuel withdraw
-               if (getConfig('last_month') == getMonth()) {
+               if (getLastMonth() == getMonth()) {
                        // Load form
                        $content['withdraw_form'] = loadTemplate('admin_list_beg_form', true);
                } else {