X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_extensions.php;h=e2f44a0faba76513d6821c35fe08de9eb3bb967a;hp=b7499dae519648d1ada089037c92741ba0755c33;hb=0e899620c7a065952d6787c236fb2b33ae337d6a;hpb=121dafd40be4c4b3e41f37a943b86cf2cb48a224 diff --git a/inc/load_extensions.php b/inc/load_extensions.php index b7499dae51..e2f44a0fab 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -46,15 +46,12 @@ $ADD = ""; if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return; // Load default sql_patches extension if present -if (file_exists(PATH."inc/extensions/ext-sql_patches.php") && is_readable(PATH."inc/extensions/ext-sql_patches.php")) -{ +if (file_exists(PATH."inc/extensions/ext-sql_patches.php") && is_readable(PATH."inc/extensions/ext-sql_patches.php")) { // Load it... $EXT_LOAD_MODE = ""; require_once(PATH."inc/extensions/ext-sql_patches.php"); $cacheArray['active_extensions'] = array('sql_patches' => 'Y'); // KEEP THIS ALWAYS ACTIVE! -} - else -{ +} else { // Initialize array for "always keep active extensions" $cacheArray['active_extensions'] = array(); } @@ -79,9 +76,7 @@ if (EXT_IS_ACTIVE("cache")) // Load language if ($cacheMode == "load") include(PATH."inc/language/cache_".GET_LANGUAGE().".php"); -} - else -{ +} else { $cacheMode = "no"; }