[Bug 66448] Warning: trim() expects parameter 1 to be string, array given in OggHandler.php on line 116

2014-08-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448 Tomasz W. Kozlowski twkozlow...@gmail.com changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 66448] Warning: trim() expects parameter 1 to be string, array given in OggHandler.php on line 116

2014-06-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448 --- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org --- 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

[Bug 66448] Warning: trim() expects parameter 1 to be string, array given in OggHandler.php on line 116

2014-06-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448 --- Comment #1 from Sam Reed (reedy) s...@reedyboy.net --- foreach( $stream['comments'] as $name = $value ) { $trimmedValue = trim( $value ); if ( $trimmedValue === '' ) {

[Bug 66448] Warning: trim() expects parameter 1 to be string, array given in OggHandler.php on line 116

2014-06-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448 --- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org --- 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

[Bug 66448] Warning: trim() expects parameter 1 to be string, array given in OggHandler.php on line 116

2014-06-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66448 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW