X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions.php;h=3973f4132afb746d5403111617ac69ccaf6819dc;hp=84506151e18d3cfb4ccb897df18e80c8048d8cc1;hb=0cbf3444544a6e3307e8da3af785da677688eba3;hpb=155fb0bb5b015fe7cb3dbb3926f6f81daa1ddb96 diff --git a/inc/extensions.php b/inc/extensions.php index 84506151e1..3973f4132a 100644 --- a/inc/extensions.php +++ b/inc/extensions.php @@ -319,7 +319,7 @@ function EXT_IS_ACTIVE ($ext_name) { global $cacheArray, $_CONFIG; // Extensions are all inactive during installation - if ((!defined('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing')) || (empty($ext_name))) return false; + if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing')) || (empty($ext_name))) return false; // Not active is the default $active = "N"; @@ -368,7 +368,7 @@ function GET_EXT_VERSION ($ext_name) { $ret = false; // Extensions are all inactive during installation - if ((!defined('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return ""; + if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return ""; //* DEBUG: */ echo __FUNCTION__.": ext_name={$ext_name}
\n"; // Is the cache written?