]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_extensions.php
Some fixes for isBooleanConstantAndTrue()
[mailer.git] / inc / load_extensions.php
index 21fdf5ee5a905bfe0192c18f35b51ff3951be1e7..3fea0700f1513b4bd27cc4501934b4b0e4308f2a 100644 (file)
@@ -42,7 +42,7 @@ $EXT_CSS_FILES = array();
 $ADD = "";
 
 // Skip loading extensions
 $ADD = "";
 
 // Skip loading extensions
-if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return;
+if ((!defined('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return;
 
 // Load default sql_patches extension if present
 if (FILE_READABLE(PATH."inc/extensions/ext-sql_patches.php")) {
 
 // Load default sql_patches extension if present
 if (FILE_READABLE(PATH."inc/extensions/ext-sql_patches.php")) {