From: Bartosz DziewoƄski Date: Thu, 4 Feb 2016 17:14:05 +0000 (+0100) Subject: ForeignAPIRepo: Remove incorrect 'thumbnail' from $imageInfoProps X-Git-Tag: 1.31.0-rc.0~8080^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=747f38a1d165a3d1211188c259f0e3285212261e;p=lhc%2Fweb%2Fwiklou.git ForeignAPIRepo: Remove incorrect 'thumbnail' from $imageInfoProps 'thumbnail' doesn't seem to have ever been a valid 'iiprop' value. It's currently causing harmless warnings on every InstantCommons request. Added in 8d1fa96578e8570a08a0cb5f7e2945f09819fbfb for unknown reasons. Change-Id: I6286ce3ac07207c0dcfc1171084cb358b3fcecda --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index a8d37a1569..d7241e9625 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -50,7 +50,6 @@ class ForeignAPIRepo extends FileRepo { */ protected static $imageInfoProps = array( 'url', - 'thumbnail', 'timestamp', );