X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge%2Fpurge-mails.php;h=712553b6557cb1e5ee86ab53e0ea167c0f3ecd7d;hp=8f9e3308b1329063bf8390b233c79d3b76e2b4c1;hb=a443166d3f417109c905dc399ee7149ca4de6319;hpb=797d4c13cd37a4735b273a1ad21ff931d12d2ff7 diff --git a/inc/autopurge/purge-mails.php b/inc/autopurge/purge-mails.php index 8f9e3308b1..712553b655 100644 --- a/inc/autopurge/purge-mails.php +++ b/inc/autopurge/purge-mails.php @@ -132,7 +132,7 @@ SQL_FREERESULT($result_mails); // Do we have deleted mails and the admin want's to receive a notification if (($deletedStats > 0) && (getConfig('ap_dm_notify') == 'Y')) { // Send out email to admin - sendAdminNotification('{--ADMIN_AUTOPURGE_DEL_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats); + sendAdminNotification('{--ADMIN_AUTOPURGE_DELETE_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats); } // END - if //