SpecialAllMessages: Remove unsupported parameter
authorFomafix <fomafix@googlemail.com>
Sun, 17 Jan 2016 20:46:50 +0000 (20:46 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Sun, 17 Jan 2016 20:46:50 +0000 (20:46 +0000)
Sanitizer::escapeHtmlAllowEntities does not have a second parameter.

Change-Id: I6395fe3f31f8ce6321383330fff5b6e011fef90e

includes/specials/SpecialAllMessages.php

index 8109cc9..5b74c8b 100644 (file)
@@ -399,7 +399,7 @@ class AllMessagesTablePager extends TablePager {
 
                        case 'am_default' :
                        case 'am_actual' :
-                               return Sanitizer::escapeHtmlAllowEntities( $value, ENT_QUOTES );
+                               return Sanitizer::escapeHtmlAllowEntities( $value );
                }
 
                return '';