From: Mark A. Hershberger Date: Tue, 27 Dec 2011 02:05:24 +0000 (+0000) Subject: r107351: forgot to commit the changes to AutoLoader ... also update a comment X-Git-Tag: 1.31.0-rc.0~25729 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=25860829ac6e63257bcfc5750fac977c926ede05;p=lhc%2Fweb%2Fwiklou.git r107351: forgot to commit the changes to AutoLoader ... also update a comment --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 3df3dc5653..e09b995ce8 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -601,6 +601,7 @@ $wgAutoloadLocalClasses = array( 'FormatMetadata' => 'includes/media/FormatMetadata.php', 'GIFHandler' => 'includes/media/GIF.php', 'GIFMetadataExtractor' => 'includes/media/GIFMetadataExtractor.php', + 'XCFHandler' => 'includes/media/XCF.php', 'ImageHandler' => 'includes/media/Generic.php', 'IPTC' => 'includes/media/IPTC.php', 'JpegHandler' => 'includes/media/Jpeg.php', diff --git a/includes/media/XCF.php b/includes/media/XCF.php index e2e7031b06..f8143a4302 100644 --- a/includes/media/XCF.php +++ b/includes/media/XCF.php @@ -1,13 +1,13 @@