X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=includes%2Fmedia%2FSVG.php;h=a133f6f856408e353ffdd50f4a530f45e2be9d6f;hb=4bd5471ca3d1da1b3e9aa351323efb73cc4a8c44;hp=2987588ed938d45b9a7c66fcdfc98eae1ddf023e;hpb=176c5354bb691dedd66006c1b5838515a3865e95;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/SVG.php b/includes/media/SVG.php index 2987588ed9..a133f6f856 100644 --- a/includes/media/SVG.php +++ b/includes/media/SVG.php @@ -263,7 +263,7 @@ class SvgHandler extends ImageHandler { $metadata = array( 'version' => self::SVG_METADATA_VERSION ); try { $metadata += SVGMetadataExtractor::getMetadata( $filename ); - } catch ( MWException $e ) { // @TODO: SVG specific exceptions + } catch ( MWException $e ) { // @todo SVG specific exceptions // File not found, broken, etc. $metadata['error'] = array( 'message' => $e->getMessage(),