X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=93510abffa06ab1e94dddec7f5675b5992cd5684;hb=bd1c7ebbcafe3833b12f782e26b2f7c4460c11f4;hp=96c2f9137f3ebb5e9a51e8bf3a000ff1a3749a21;hpb=6032b7018b83778f1592383238f4e0d28f718622;p=mailer.git diff --git a/surfbar.php b/surfbar.php index 96c2f9137f..93510abffa 100644 --- a/surfbar.php +++ b/surfbar.php @@ -50,14 +50,14 @@ $msg = null; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { +if (isBooleanConstantAndTrue('mxchange_installed')) { // Only logged in users may use this surfbar! if (!IS_MEMBER()) { // Redirect LOAD_URL(URL."/modules.php?module=index"); } elseif (!EXT_IS_ACTIVE("surfbar")) { // Surfbar deactivated - LOAD_URL(URL."/modules.php?module=login&msg=".CODE_EXTENSION_PROBLEM); + LOAD_URL(URL."/modules.php?module=login&msg=".CODE_EXTENSION_PROBLEM."&ext=surfbar"); } // Is there a check value?