Index: trunk/phase3/includes/ImportXMLReader.php |
— | — | @@ -548,7 +548,7 @@ |
549 | 549 | $tag = $this->reader->name; |
550 | 550 | |
551 | 551 | if ( !wfRunHooks( 'ImportHandleUploadXMLTag', $this->reader, |
552 | | - $pageInfo, $revisionInfo ) ) { |
| 552 | + $pageInfo ) ) { |
553 | 553 | // Do nothing |
554 | 554 | } elseif ( in_array( $tag, $normalFields ) ) { |
555 | 555 | $uploadInfo[$tag] = $this->nodeContents(); |