]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool-update.php
Full rewrite of extension updates (multiple updates are supported)
[mailer.git] / inc / pool-update.php
index 8531d6087f9bd8f8c5e5fb99d32eccbfb0f2b273..256e16109e0cca3f026053a3f75f6d9c89a0ce58 100644 (file)
@@ -51,8 +51,12 @@ if (isResetModeEnabled()) {
 // Init counter
 $GLOBALS['pool_cnt'] = 0;
 
+// Init & set the include pool
+INIT_INC_POOL();
+SET_INC_POOL(GET_DIR_AS_ARRAY("inc/pool/", "pool-"));
+
 // Run the filter
-runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/pool/", "pool-"));
+runFilterChain('load_includes');
 
 // Remove counter again
 unset($GLOBALS['pool_cnt']);