From 56c6ab9b81d5e190a34fd699ab0b05c6de571fe7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 26 Apr 2017 17:39:01 +0200 Subject: [PATCH] SpecialMediaStatistics: Remove WMF-specific hack, no longer needed We deleted the broken row from the databases per T155769. This reverts 6e02a95227c4ef194ff2299a823aaa51aa9a223c. Bug: T74535 Bug: T155769 Change-Id: Iac0873eb7112502dd7fc6b34ca956d9a2dffcb44 --- includes/specials/SpecialMediaStatistics.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/specials/SpecialMediaStatistics.php b/includes/specials/SpecialMediaStatistics.php index 7c4b490930..5192eb95e1 100644 --- a/includes/specials/SpecialMediaStatistics.php +++ b/includes/specials/SpecialMediaStatistics.php @@ -84,10 +84,6 @@ class MediaStatisticsPage extends QueryPage { 'namespace' => NS_MEDIA, /* needs to be something */ 'value' => '1' ], - 'conds' => [ - // WMF has a random null row in the db - 'img_media_type IS NOT NULL' - ], 'options' => [ 'GROUP BY' => [ 'img_media_type', -- 2.20.1