X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions-functions.php;h=19d364c06b6f76572347eefaa3cf8115d8370780;hp=1d9027656f76f07ea216801e24c0a75d484c4b62;hb=392c181338f84b2e0e0fdfbd304b1ca9d8da077e;hpb=f1308369312b448023e572dc12dec0da6a9b5e52;ds=sidebyside diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 1d9027656f..19d364c06b 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -92,7 +92,7 @@ function loadExtension ($ext_name, $ext_mode = 'init', $ext_ver = '', $dry_run = // Do we have cache? if (isExtensionFunctionFileReadable($ext_name)) { // Not yet loaded? - if (($GLOBALS['cache_array']['extension']['ext_func'][$ext_name] == 'Y') && (!isset($GLOBALS['ext_loaded']['funcs'][$ext_name]))) { + if ((($GLOBALS['cache_array']['extension']['ext_func'][$ext_name] == 'Y') || (!isset($GLOBALS['cache_array']['extension']['ext_func'][$ext_name]))) && (!isset($GLOBALS['ext_loaded']['funcs'][$ext_name]))) { // Construct FQFN for functions file $funcsInclude = sprintf("inc/libs/%s_functions.php", $ext_name);