r78844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78843‎ | r78844 | r78845 >
Date:21:50, 22 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Fixup date and uppercase parameter from r78824
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryQueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryQueryPage.php
@@ -2,7 +2,7 @@
33 /**
44 *
55 *
6 - * Created on Sep 10, 2007
 6+ * Created on Dec 22, 2010
77 *
88 * Copyright © 2010 Roan Kattouw <Firstname>.<Lastname>@gmail.com
99 *
@@ -78,7 +78,7 @@
7979 $r['cached'] = '';
8080 $ts = $qp->getCachedTimestamp();
8181 if ( $ts ) {
82 - $r['cachedTimestamp'] = wfTimestamp( TS_ISO_8601, $ts );
 82+ $r['cachedtimestamp'] = wfTimestamp( TS_ISO_8601, $ts );
8383 }
8484 }
8585 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78824(bug 14869) Add API module for accessing QueryPage-based special pages. Took ...catrope20:35, 22 December 2010

Status & tagging log