From 747f38a1d165a3d1211188c259f0e3285212261e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 4 Feb 2016 18:14:05 +0100 Subject: [PATCH] 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 --- includes/filerepo/ForeignAPIRepo.php | 1 - 1 file changed, 1 deletion(-) 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', ); -- 2.20.1