r56537 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56536‎ | r56537 | r56538 >
Date:16:35, 17 September 2009
Author:aaron
Status:deferred
Tags:
Comment:
Replaced exception with wfdebug() call
Modified paths:
  • /trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/specialpages/RatingHistory_body.php
@@ -499,7 +499,7 @@
500500 // Rasterize due to IE suckage
501501 $status = $svgHandler->rasterize( $svgPath, $filePath, 1000, 410 );
502502 if( $status !== true ) {
503 - throw new MWException( 'Could not rasterize SVG file!' );
 503+ wfDebug( 'Could not rasterize SVG file from '.$filePath.'!' );
504504 return false;
505505 }
506506 return true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r56538merged r56536, r56537 error handling tweaksaaron16:37, 17 September 2009

Status & tagging log