From f344af3a8369d5fae1bd5e0d918992f7fccde3a6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 31 Jan 2010 23:09:03 +0000 Subject: [PATCH] Fix r61760/r61762 --- includes/api/ApiQueryLogEvents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 4381d641cc..e4ff8c88dd 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -50,7 +50,7 @@ class ApiQueryLogEvents extends ApiQueryBase { $this->fld_user = isset( $prop['user'] ); $this->fld_timestamp = isset( $prop['timestamp'] ); $this->fld_comment = isset( $prop['comment'] ); - $this->fld_parsedcomment = isset ( $prop['parsedcomment']] ); + $this->fld_parsedcomment = isset ( $prop['parsedcomment'] ); $this->fld_details = isset( $prop['details'] ); $this->fld_tags = isset( $prop['tags'] ); -- 2.20.1