X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_extensions.php;h=4a7015304512b2d0b9dd5d9a156ddacae73118a2;hb=b32013a6f8740467095400d9684b6f2277e910af;hp=bc9a4a5bb4c4cdfe24efc839c990a9a14c289d2c;hpb=2e257f76773a49365a381c05de33dddfeb63d9bf;p=mailer.git diff --git a/inc/load_extensions.php b/inc/load_extensions.php index bc9a4a5bb4..4a70153045 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -42,7 +42,7 @@ $EXT_CSS_FILES = array(); $ADD = ""; // Skip loading extensions -if ((!defined('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return; +if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return; // Load default sql_patches extension if present if (FILE_READABLE(PATH."inc/extensions/ext-sql_patches.php")) {