]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
Fix for if session has expired and user is still in login area
[mailer.git] / inc / autopurge.php
index fc56479628fcb886bf170b83f7e64502ca766fda..5f2af6265f74bf608ea741f66e7c2d5923e4613f 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 
 // Init & set the include pool
 INIT_INC_POOL();
-SET_INC_POOL(GET_DIR_AS_ARRAY('inc/autopurge/', 'purge-'));
+SET_INC_POOL(getArrayFromDirectory('inc/autopurge/', 'purge-'));
 
 // Run the filter
 runFilterChain('load_includes');