Explicitly declare ApiQueryImageInfo::getInfo() public
Used as such in core and TimedMediaHandler. Change-Id: I0ec90d2cf9ae4cca31e93522e0f68e4d55a7bcfe
This commit is contained in:
parent
24a4484ec4
commit
5433a5e998
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue