X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_payouts.php;h=35e3bb7215720b12f7cdfe3b15a2d0fdb1c3a7da;hp=d248df10f1497c558e683b616cb645179a339997;hb=7989ec603971c0dc8dc35d8be4e72f8098b83baa;hpb=c81e9ed85e01215e464d94446773bcd5e6699194 diff --git a/inc/modules/admin/what-list_payouts.php b/inc/modules/admin/what-list_payouts.php index d248df10f1..35e3bb7215 100644 --- a/inc/modules/admin/what-list_payouts.php +++ b/inc/modules/admin/what-list_payouts.php @@ -107,7 +107,7 @@ if (!empty($_GET['pid'])) { // Transfer variables... $eval = "\$URL = \"".$eurl."\";"; - $reason = urlencode(base64_encode(PAYOUT_REASON_PAYOUT)); + $reason = encodeString(getMessage('PAYOUT_REASON_PAYOUT'), false); // Run code... eval($eval);