Disallow shitty filesort query
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 06:39:15 +0000 (06:39 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Apr 2008 06:39:15 +0000 (06:39 +0000)
includes/api/ApiQueryLogEvents.php

index 9f688cf..04f3fd0 100644 (file)
@@ -219,7 +219,6 @@ class ApiQueryLogEvents extends ApiQueryBase {
                                )
                        ),
                        'type' => array (
-                               ApiBase :: PARAM_ISMULTI => true,
                                ApiBase :: PARAM_TYPE => $wgLogTypes
                        ),
                        'start' => array (