https://bugzilla.wikimedia.org/show_bug.cgi?id=44027
--- Comment #1 from Jeroen De Dauw <[email protected]> --- Thanks for the patch. I also just ran into this. Not the only thing that's broken though. Even if you diff correctly, the input data does not have matching format: var_dump($oldTableData,$newData); // line 383 array (size=1) 0 => array (size=3) 's_id' => string '51' (length=2) 'o_serialized' => string '1/2013/1/10/15/25/28' (length=20) 'o_sortkey' => string '2456303.1426852' (length=15) array (size=2) 'smw_fpt_ask' => array (size=1) 0 => array (size=2) 's_id' => string '51' (length=2) 'o_id' => string '737' (length=3) 'smw_fpt_mdat' => array (size=1) 0 => array (size=3) 's_id' => string '51' (length=2) 'o_serialized' => string '1/2013/1/17/10/41/53' (length=20) 'o_sortkey' => float 2456309.9457523 -- 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
