https://bugzilla.wikimedia.org/show_bug.cgi?id=46615
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected], | |[email protected] Resolution|FIXED |--- --- Comment #4 from Platonides <[email protected]> --- That change then breaks at update.php: Updating category collations...PHP Fatal error: Call to undefined method UppercaseCollation::getFirstLetterData() in mediawiki/core/maintenance/updateCollation.php on line 87 UppercaseCollation extends Collation, but getFirstLetterData() is provided by IcuCollation, so UppercaseCollation doesn't have such method. It may be better to break at update instead of when browsing the category page but it shouldn't fail at all. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
