From: Aaron Schulz Date: Tue, 13 May 2008 22:18:41 +0000 (+0000) Subject: log_id here too X-Git-Tag: 1.31.0-rc.0~47649 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=53c5fa4034cece4d98cbd796fa8ad854005d65b4;p=lhc%2Fweb%2Fwiklou.git log_id here too --- 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); }