Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 575a6be16d270d00b680e99b7d4952429576a9d9..ea67c9dd581682c9c4e63e7a04193f013f96cb3c 100644 (file)
--- a/js.php
+++ b/js.php
@@ -64,7 +64,7 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (REQUEST_ISSET_GET(('tag
 
        // Prepare include file for looking
        $INC = sprintf("inc/js/tag-%s.php",
-               SQL_ESCAPE(REQUEST_GET('tag'))
+               REQUEST_GET(('tag'))
        );
 
        // Is that file readable?