From 53c5fa4034cece4d98cbd796fa8ad854005d65b4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 May 2008 22:18:41 +0000 Subject: [PATCH] log_id here too --- includes/api/ApiQueryLogEvents.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index e7382a5a83..865c6b05f6 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -139,9 +139,7 @@ class ApiQueryLogEvents extends ApiQueryBase { $vals = array(); if ($this->fld_ids) { - // FIXME: Fake out log_id for now until the column is live on Wikimedia - // $vals['logid'] = intval($row->log_id); - $vals['logid'] = 0; + $vals['logid'] = intval($row->log_id); $vals['pageid'] = intval($row->page_id); } -- 2.20.1