X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffunctions.php;h=90fc0dfde3e87117f9f8a45150cf6e93a6766355;hb=b32013a6f8740467095400d9684b6f2277e910af;hp=c4a1171f000d79c4da5f9fa29ba3a6243ebf7700;hpb=2e257f76773a49365a381c05de33dddfeb63d9bf;p=mailer.git diff --git a/inc/functions.php b/inc/functions.php index c4a1171f00..90fc0dfde3 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -321,7 +321,7 @@ function LOAD_TEMPLATE($template, $return=false, $content="") { // Add surrounding HTML comments to help finding bugs faster $ret = "\n".$ret."\n"; - } elseif ((IS_ADMIN()) || ((isBooleanConstantAndTrue('mxchange_installing')) && (!defined('mxchange_installed')))) { + } elseif ((IS_ADMIN()) || ((isBooleanConstantAndTrue('mxchange_installing')) && (!isBooleanConstantAndTrue('mxchange_installed')))) { // Only admins shall see this warning or when installation mode is active $ret = "
".TEMPLATE_404."
(".basename($file).")