Index: branches/wmf/1.17wmf1/includes/specials/SpecialUploadStash.php |
— | — | @@ -227,7 +227,7 @@ |
228 | 228 | $status = $req->execute(); |
229 | 229 | if ( ! $status->isOK() ) { |
230 | 230 | $errors = $status->getErrorsArray(); |
231 | | - throw new MWException( "Fetching thumbnail failed: " . join( ", ", $errors ) ); |
| 231 | + throw new MWException( "Fetching thumbnail failed: " . print_r( $errors, 1 ) ); |
232 | 232 | } |
233 | 233 | $contentType = $req->getResponseHeader( "content-type" ); |
234 | 234 | if ( ! $contentType ) { |
Property changes on: branches/wmf/1.17wmf1/includes/specials/SpecialUploadStash.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
235 | 235 | Merged /trunk/phase3/includes/specials/SpecialUploadStash.php:r85610 |