]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Some fixes for isBooleanConstantAndTrue()
[mailer.git] / inc / header.php
index 8f2d54deae8f6518ec0d94e4a5a4b05c0ce70e83..1031590a81c4746f0a56a7933c295454fb0541d8 100644 (file)
@@ -80,7 +80,7 @@ if (($header != "1") && ($header != "2")) {
 
                                // Remember title in constant for the template
                                define('__PAGE_TITLE', html_entity_decode($TITLE));
-                       } elseif ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndTrue('admin_registered'))) {
+                       } elseif ((!defined('mxchange_installed')) || (!defined('admin_registered'))) {
                                // Load language file because it was missing in installation finalizer step... *sigh*
                                require_once(sprintf("%sinc/language/install_%s.php",
                                        PATH,