https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
Tomasz W. Kozlowski changed:
What|Removed |Added
Status|PATCH_TO_REVIEW |RESOLVED
Resolution|---
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
--- Comment #3 from Gerrit Notification Bot ---
Change 140641 merged by jenkins-bot:
Handle double tags properly (fix php warning about trim())
https://gerrit.wikimedia.org/r/140641
--
You are receiving this mail because:
You are the assigne
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
--- Comment #2 from Gerrit Notification Bot ---
Change 140641 had a related patch set uploaded by Brian Wolff:
Handle double tags properly (fix php warning about trim())
https://gerrit.wikimedia.org/r/140641
--
You are receiving this mail be
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
Gerrit Notification Bot changed:
What|Removed |Added
Status|NEW |PATCH_TO_REVIEW
--
You are
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448
--- Comment #1 from Sam Reed (reedy) ---
foreach( $stream['comments'] as $name => $value ) {
$trimmedValue = trim( $value );
if ( $trimmedValue === '' ) {
continue;