From 2007c7be227fd48a482d63a7d52b8dc58550b6e1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 13 Apr 2008 06:39:15 +0000 Subject: [PATCH] Disallow shitty filesort query --- includes/api/ApiQueryLogEvents.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 9f688cfea0..04f3fd0d7d 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -219,7 +219,6 @@ class ApiQueryLogEvents extends ApiQueryBase { ) ), 'type' => array ( - ApiBase :: PARAM_ISMULTI => true, ApiBase :: PARAM_TYPE => $wgLogTypes ), 'start' => array ( -- 2.20.1