https://bugzilla.wikimedia.org/show_bug.cgi?id=39099
--- Comment #17 from Sam Reed (reedy) <[email protected]> 2012-08-09 13:43:23 UTC --- I'm guessing that $parameters is not an array (but is something that allows count to return true..) at the point of iteration Add a is_array( $parameters ) && ? Which presumably it wasn't decided to be a string when it was passed in either -- 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
