]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / inc / autopurge.php
index e74810d1b3e1cdafd6a5cd532e4a26d108e64565..d824f93912de3b3294786bab23d0ebdceb1ac118 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auto-Loeschung von veralteten Mail-Links         *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
@@ -42,8 +42,12 @@ if (!defined('__SECURITY')) {
        require($INC);
 } // END - if
 
+// Init & set the include pool
+INIT_INC_POOL();
+SET_INC_POOL(GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"));
+
 // Run the filter
-runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"));
+runFilterChain('load_includes');
 
 // Run filters for extra autopurge
 runFilterChain('extra_autopurge');