]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-unconfirmed.php
Fix and rewritten to expression language
[mailer.git] / inc / autopurge / purge-unconfirmed.php
index faa5b76dfca62e2940d68ac3fa64a2fc0bc42262..595794599d42fc61a37527f8a49bfcf02835d686 100644 (file)
@@ -80,7 +80,7 @@ ORDER BY
 
                // Send mail notification to admin
                if (getConfig('ap_un_notify') == 'Y') {
-                       sendAdminNotification(getMessage('AUTOPURGE_ADMIN_UNCONFIRMED_SUBJECT'), 'admin_autopurge_unconfirmed', $userids, '');
+                       sendAdminNotification(getMessage('AUTOPURGE_ADMIN_UNCONFIRMED_SUBJECT'), 'admin_autopurge_unconfirmed', $userids);
                } // END - if
        } // END - if