https://bugzilla.wikimedia.org/show_bug.cgi?id=44101
--- Comment #1 from Jeroen De Dauw <[email protected]> --- When bailing on assert violations, you'll see the issue occurs before that point: Warning: assert(): Assertion failed in /home/j/www/phase3/extensions/Wikibase/lib/includes/claim/Claims.php on line 223 This means $claims->getByElementHash( $diffOp->getNewValue() ); is returning false (I have verified this) while the list should contain the claim. This makes me suspect there is a bug in HashArray, the class on which Claims is build. Not been able to track it down further so far. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
