Two tickets resolved (57/89)
[mailer.git] / surfbar.php
index 6b458b247a23b36119fb92829e20fd87a7258b02..5adb2f674e61a21edcc48d880a8cb96aaea72631 100644 (file)
@@ -54,7 +54,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Only logged in users may use this surfbar!
        if (!EXT_IS_ACTIVE("surfbar")) {
                // Surfbar deactivated
-               LOAD_URL("modules.php?module=login&msg=".CODE_EXTENSION_PROBLEM."&ext=surfbar");
+               LOAD_URL("modules.php?module=login&msg=".constant('CODE_EXTENSION_PROBLEM')."&ext=surfbar");
        } elseif (!IS_MEMBER()) {
                // Redirect
                LOAD_URL("modules.php?module=index");