Explicitly declare ApiQueryImageInfo::getInfo() public

Used as such in core and TimedMediaHandler.

Change-Id: I0ec90d2cf9ae4cca31e93522e0f68e4d55a7bcfe
This commit is contained in:
Siebrand Mazeland 2016-03-08 08:43:57 +01:00 committed by Anomie
parent 24a4484ec4
commit 5433a5e998

View file

@ -357,7 +357,7 @@ class ApiQueryImageInfo extends ApiQueryBase {
* 'revdelUser': User to use when checking whether to show revision-deleted fields.
* @return array Result array
*/
static function getInfo( $file, $prop, $result, $thumbParams = null, $opts = false ) {
public static function getInfo( $file, $prop, $result, $thumbParams = null, $opts = false ) {
global $wgContLang;
$anyHidden = false;