X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_payouts.php;h=022278ebe6648fc471ee39b60ba589365f4134c8;hb=8ce32e702f3caa76b8d446902948e83e1e6854c8;hp=efd97562061f73404abc85a6a64567be01d98b29;hpb=a16ae225264a183dc4adf24c2d931df231d2ffc7;p=mailer.git diff --git a/inc/modules/admin/what-config_payouts.php b/inc/modules/admin/what-config_payouts.php index efd9756206..022278ebe6 100644 --- a/inc/modules/admin/what-config_payouts.php +++ b/inc/modules/admin/what-config_payouts.php @@ -77,7 +77,7 @@ if ((isFormSent('add')) && (isPostRequestElementSet('title')) && (postRequestEle SQL_FREERESULT($result); // Does already exist - $message = '
{--ADMIN_PAYOUT_TYPE_ALREADY--}
'; + $message = '
{--ADMIN_PAYOUT_TYPE_ALREADY--}
'; } } @@ -219,7 +219,7 @@ SQL_FREERESULT($result_mem); // Add new payout type if ($display === true) { - loadTemplate('admin_payout_add_new'); + loadTemplate('admin_add_payout'); } // END - if // [EOF]