]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_autopurge.php
- Rewrites to use more the userid than the actual email address when sending
[mailer.git] / inc / daily / daily_autopurge.php
index 85d69c69797335a074ebd870ea0b9f957c78e2e0..46878b7611c96f4b22939f5a594d8bf49ad176d5 100644 (file)
@@ -51,7 +51,7 @@ if (!defined('__SECURITY')) {
 
 // Init & set the include pool
 initIncludePool('autopurge');
-setIncludePool('autopurge', getArrayFromDirectory('inc/autopurge/', 'purge-'));
+setIncludePool('autopurge', getArrayFromDirectory('inc/purge/', 'purge-'));
 
 // Run the filter
 runFilterChain('load_includes', 'autopurge');