r69717 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69716‎ | r69717 | r69718 >
Date:08:08, 22 July 2010
Author:catrope
Status:ok
Tags:
Comment:
json_encode() -> FormatJson::encode()
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -1514,7 +1514,7 @@
15151515
15161516 $remote = $wgParserTestRemote;
15171517 $revId = SpecialVersion::getSvnRevision( $IP );
1518 - $jsonResults = json_encode( $results );
 1518+ $jsonResults = FormatJson::encode( $results );
15191519
15201520 if ( !$remote ) {
15211521 print "Can't do remote upload without configuring \$wgParserTestRemote!\n";

Status & tagging log