X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-unconfirmed.php;h=bf9473ddca75f61ca8e71f7d6a36eee33993a285;hp=741db75b61517924cef73cf3a19c961832072188;hb=45799353e6886efecaa6fe169848321a81a08c6e;hpb=419ba600363225629d5b81162e3fc9b52cb2dda2 diff --git a/inc/purge/purge-unconfirmed.php b/inc/purge/purge-unconfirmed.php index 741db75b61..bf9473ddca 100644 --- a/inc/purge/purge-unconfirmed.php +++ b/inc/purge/purge-unconfirmed.php @@ -85,7 +85,7 @@ ORDER BY // Send mail notification to admin if (getConfig('ap_un_notify') == 'Y') { - sendAdminNotification('{--ADMIN_AUTOPURGE_UNCONFIRMED_SUBJECT--}', 'admin_autopurge_unconfirmed', $userids); + sendAdminNotification('{--ADMIN_AUTOPURGE_UNCONFIRMED_SUBJECT--}', 'admin_purge_unconfirmed', $userids); } // END - if } // END - if