Index: trunk/phase3/includes/media/SVGMetadataExtractor.php |
— | — | @@ -49,9 +49,6 @@ |
50 | 50 | function __construct( $source ) { |
51 | 51 | $this->reader = new XMLReader(); |
52 | 52 | $this->reader->open( $source, null, LIBXML_NOERROR | LIBXML_NOWARNING ); |
53 | | - #$this->reader->setParserProperty( XMLReader::DEFAULTATTRS, FALSE ); |
54 | | - #$this->reader->setParserProperty( XMLReader::DEFAULTATTRS, FALSE ); |
55 | | - #$this->reader->setParserProperty( XMLReader::VALIDATE , FALSE ); |
56 | 53 | |
57 | 54 | $this->metadata['width'] = self::DEFAULT_WIDTH; |
58 | 55 | $this->metadata['height'] = self::DEFAULT_HEIGHT; |