https://bugzilla.wikimedia.org/show_bug.cgi?id=70613
--- Comment #3 from Aude <[email protected]> --- The Item that fails deserializing has Claims on Items. (e.g. no 'rank' in the serialization) the LegacyClaimDeserializer deserializes it as Claim and then does Item::addClaim() --- horrible deprecated method, btw -- which then does addStatement() and *boom*, it's not a Statement and the item explodes. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
