From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/media/XMPInfo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/media/XMPInfo.php') diff --git a/includes/media/XMPInfo.php b/includes/media/XMPInfo.php index 102547ff..f0b2cb5e 100644 --- a/includes/media/XMPInfo.php +++ b/includes/media/XMPInfo.php @@ -31,8 +31,8 @@ class XMPInfo { /** get the items array * @return Array XMP item configuration array. */ - public static function getItems () { - if( !self::$ranHooks ) { + public static function getItems() { + if ( !self::$ranHooks ) { // This is for if someone makes a custom metadata extension. // For example, a medical wiki might want to decode DICOM xmp properties. wfRunHooks( 'XMPGetInfo', Array( &self::$items ) ); @@ -428,7 +428,7 @@ class XMPInfo { 'mode' => XMPReader::MODE_SIMPLE, 'validate' => 'validateClosed', /* can't use a range, as it skips... */ - 'choices' => array( '0' => true, '1' => true, + 'choices' => array( '0' => true, '1' => true, '2' => true, '3' => true, '4' => true, '9' => true, '10' => true, '11' => true, '12' => true, '13' => true, -- cgit v1.2.3-54-g00ecf