https://bugzilla.wikimedia.org/show_bug.cgi?id=46615
--- Comment #10 from Platonides <[email protected]> --- What about changing $collation->getFirstLetterData(); to $collation->getFirstLetter(); ? On a IcuCollation, it will call getFirstLetterCount() which will load getFirstLetterData(), but it's a member of Collation class, to it should work everywhere. The other IcuCollation members should probably be changed to protected, to prevent future issues like this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
