Index: trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php |
— | — | @@ -499,7 +499,7 @@ |
500 | 500 | // Rasterize due to IE suckage |
501 | 501 | $status = $svgHandler->rasterize( $svgPath, $filePath, 1000, 410 ); |
502 | 502 | if( $status !== true ) { |
503 | | - throw new MWException( 'Could not rasterize SVG file!' ); |
| 503 | + wfDebug( 'Could not rasterize SVG file from '.$filePath.'!' ); |
504 | 504 | return false; |
505 | 505 | } |
506 | 506 | return true; |