r89035 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89034‎ | r89035 | r89036 >
Date:13:03, 28 May 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
fu r89029 - spelling
Modified paths:
  • /trunk/phase3/includes/media/SVGMetadataExtractor.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/SVGMetadataExtractor.php
@@ -180,7 +180,7 @@
181181 if( method_exists( $this->reader, 'readInnerXML()' ) ) {
182182 $this->metadata[$metafield] = trim( $this->reader->readInnerXML() );
183183 } else {
184 - throw new MWException( "The PHP XMLReader extension does not comes with readInnerXML() method. Your libxml is probably out of date (need 2.6.20 or later)." );
 184+ throw new MWException( "The PHP XMLReader extension does not come with readInnerXML() method. Your libxml is probably out of date (need 2.6.20 or later)." );
185185 }
186186 $this->reader->next();
187187 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89029Handle old libxml when extracting SVG metadata...hashar09:58, 28 May 2011

Comments

#Comment by Hashar (talk | contribs)   12:09, 6 June 2011

Thanks for the spelling fix NikeRabbit :)

Status & tagging log