X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_payouts.php;h=157025c55d0c5071fc9b42438f46980479571631;hb=3e077cc4c838b433c321a21ced20f02f023f3b80;hp=84016ea7903009245bbb8763fc096ca7ef4dd7a1;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;p=mailer.git diff --git a/inc/modules/admin/what-list_payouts.php b/inc/modules/admin/what-list_payouts.php index 84016ea790..157025c55d 100644 --- a/inc/modules/admin/what-list_payouts.php +++ b/inc/modules/admin/what-list_payouts.php @@ -165,7 +165,7 @@ if (!empty($_GET['pid'])) else { // Something goes wrong... :-( - $content = implode("
", $ret); + $content = implode("
", $ret); LOAD_TEMPLATE("admin_payout_failed_transfer", false, $content); } }