From 2755b38a45e6488358ff40ad9411ab6518a5b08c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 11 Feb 2009 19:28:07 +0000 Subject: [PATCH] API: Remove stray $options = array(); from ApiPageSet Previous commit message didn't mention changing ApiQueryInfo to sort $titles by page ID and to add info about missing pages in one go (the latter upon Brad Jorsch's suggestion) --- includes/api/ApiPageSet.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiPageSet.php b/includes/api/ApiPageSet.php index 445c69ef85..49277d9b57 100644 --- a/includes/api/ApiPageSet.php +++ b/includes/api/ApiPageSet.php @@ -509,7 +509,6 @@ class ApiPageSet extends ApiQueryBase { $tables = array('revision', 'page'); $fields = array('rev_id', 'rev_page'); $where = array('rev_id' => $revids, 'rev_page = page_id'); - $options = array(); // Get pageIDs data from the `page` table $this->profileDBIn(); -- 2.20.1