X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FBitmapMetadataHandler.php;h=81c63db2e603d1c2f25d39918705e50ffd64c8d2;hb=be096deafc0685f0d82471ef5f786244b4afda0a;hp=af1bf59abbd0112a1b73b1c9fe171f14411ec538;hpb=264c8892d66b911498cc9d84f9f6fd288ddcceb2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/BitmapMetadataHandler.php b/includes/media/BitmapMetadataHandler.php index af1bf59abb..81c63db2e6 100644 --- a/includes/media/BitmapMetadataHandler.php +++ b/includes/media/BitmapMetadataHandler.php @@ -22,6 +22,7 @@ */ use MediaWiki\Logger\LoggerFactory; +use Wikimedia\XMPReader\Reader as XMPReader; /** * Class to deal with reconciling and extracting metadata from bitmap images. @@ -122,7 +123,7 @@ class BitmapMetadataHandler { */ function getMetadataArray() { // this seems a bit ugly... This is all so its merged in right order - // based on the MWG recomendation. + // based on the MWG recommendation. $temp = []; krsort( $this->metaPriority ); foreach ( $this->metaPriority as $pri ) {