Index: trunk/phase3/includes/api/ApiImport.php |
— | — | @@ -59,8 +59,8 @@ |
60 | 60 | $source = ImportStreamSource::newFromInterwiki( |
61 | 61 | $params['interwikisource'], |
62 | 62 | $params['interwikipage'], |
63 | | - $params['fullhistory'] |
64 | | - $params['templates'] ); |
| 63 | + $params['fullhistory'], |
| 64 | + $params['templates']); |
65 | 65 | } |
66 | 66 | else |
67 | 67 | { |