https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
--- Comment #1 from Sam Reed (reedy) <[email protected]> --- foreach( $stream['comments'] as $name => $value ) { $trimmedValue = trim( $value ); if ( $trimmedValue === '' ) { continue; } Did we start allowing/passing/parsing in arrays at some point? I guess it needs special handling -- 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
