Fix regression in ICU-mode UTF-8 verification: U+FFFF is forbidden
[lhc/web/wiklou.git] / includes / SpecialUnusedimages.php
index 574899b..9a0f253 100644 (file)
@@ -20,6 +20,7 @@ class UnusedimagesPage extends QueryPage {
        function sortDescending() {
                return false;
        }
+       function isSyndicated() { return false; }
 
        function getSQL() {
                $dbr =& wfGetDB( DB_SLAVE );