r61763 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61762‎ | r61763 | r61764 >
Date:23:09, 31 January 2010
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryLogEvents.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryLogEvents.php
@@ -50,7 +50,7 @@
5151 $this->fld_user = isset( $prop['user'] );
5252 $this->fld_timestamp = isset( $prop['timestamp'] );
5353 $this->fld_comment = isset( $prop['comment'] );
54 - $this->fld_parsedcomment = isset ( $prop['parsedcomment']] );
 54+ $this->fld_parsedcomment = isset ( $prop['parsedcomment'] );
5555 $this->fld_details = isset( $prop['details'] );
5656 $this->fld_tags = isset( $prop['tags'] );
5757

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61760in_array to isset on ApiQueryLogEvents as per (most?) rest of the APIreedy22:28, 31 January 2010
r61762Fix r61760reedy23:08, 31 January 2010

Status & tagging log