X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js.php;h=ec46e60e499120e90d8cf3eda625062b27b1a01f;hp=ea67c9dd581682c9c4e63e7a04193f013f96cb3c;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935 diff --git a/js.php b/js.php index ea67c9dd58..ec46e60e49 100644 --- a/js.php +++ b/js.php @@ -55,7 +55,7 @@ $GLOBALS['module'] = "js"; require("inc/config.php"); // Is this script installed and a JavaScript tag is provied? -if ((isBooleanConstantAndTrue('mxchange_installed')) && (REQUEST_ISSET_GET(('tag')))) { +if ((isInstalled()) && (REQUEST_ISSET_GET(('tag')))) { // Set header header("Content-type: text/javascript");