r46906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46905‎ | r46906 | r46907 >
Date:10:25, 6 February 2009
Author:catrope
Status:deferred
Tags:
Comment:
Fix fatal error in r46885 (add templates parameter to action=import): add missing comma
Modified paths:
  • /trunk/phase3/includes/api/ApiImport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiImport.php
@@ -59,8 +59,8 @@
6060 $source = ImportStreamSource::newFromInterwiki(
6161 $params['interwikisource'],
6262 $params['interwikipage'],
63 - $params['fullhistory']
64 - $params['templates'] );
 63+ $params['fullhistory'],
 64+ $params['templates']);
6565 }
6666 else
6767 {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46885Add r46884 (Import templates via interwiki) to API as well.demon00:21, 6 February 2009

Status & tagging log