]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_bonus.php
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / inc / modules / admin / what-list_bonus.php
index 37d9fe196fac1186cc8e8ce78742198ff0401257..7210f7814326c787a2a9d86743dca40d68a6f4f5 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isBonusRallyeActive()) {
        // Shall I withdraw now?
@@ -120,7 +120,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_bonus_form', true);
                } else {