]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_extensions.php
Full rewrite of extension updates (multiple updates are supported)
[mailer.git] / inc / load_extensions.php
index b4665a74a6d3aa10caeae831055a8502faa91fe5..c281a99cd7a2a3b4093e956f957b9a5c949da43b 100644 (file)
@@ -74,7 +74,7 @@ if (!LOAD_EXTENSION("sql_patches")) {
 } // END - if
 
 // Init inc pool array
-$INC_POOL = array();
+INIT_INC_POOL();
 
 //
 // Load extensions
@@ -293,7 +293,7 @@ if ((SQL_NUMROWS($res_ext_crt) > 0) && ((($GLOBALS['cache_mode'] == "init") && (
 }
 
 // Run the filter
-runFilterChain('load_includes', $INC_POOL);
+runFilterChain('load_includes');
 
 // Uninstall extensions that are no longer in our system
 if (!empty($DEL[0])) {