https://bugzilla.wikimedia.org/show_bug.cgi?id=41818
--- Comment #2 from Brad Jorsch <[email protected]> 2012-11-29 14:18:11 UTC --- The problem is that extractRowInfo in ApiQueryMoodBarComments.php calls ApiResult::setContent twice on the same array when the content is hidden. The easiest fix would be to store and manipulate the content in a local var, and then call ApiResult::setContent just once at the end. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
