Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php |
— | — | @@ -468,7 +468,7 @@ |
469 | 469 | // Write to file for cache |
470 | 470 | $svgPath = $this->getFilePath( $tag, 'svg' ); |
471 | 471 | $svgHandler = new SvgHandler(); |
472 | | - if( !@file_put_contents( $svgPath, $plot->svg ) ) { |
| 472 | + if( @!file_put_contents( $svgPath, $plot->svg ) ) { |
473 | 473 | throw new MWException( 'Could not write SVG file!' ); |
474 | 474 | return false; |
475 | 475 | } |