r80507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80506‎ | r80507 | r80508 >
Date:18:33, 18 January 2011
Author:werdna
Status:ok
Tags:
Comment:
Fix r66267, make hook code consistent with documentation, fix E_NOTICE
Modified paths:
  • /trunk/phase3/includes/ImportXMLReader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImportXMLReader.php
@@ -548,7 +548,7 @@
549549 $tag = $this->reader->name;
550550
551551 if ( !wfRunHooks( 'ImportHandleUploadXMLTag', $this->reader,
552 - $pageInfo, $revisionInfo ) ) {
 552+ $pageInfo ) ) {
553553 // Do nothing
554554 } elseif ( in_array( $tag, $normalFields ) ) {
555555 $uploadInfo[$tag] = $this->nodeContents();

Follow-up revisions

RevisionCommit summaryAuthorDate
r810791.17: MFT r80507, r80634, r80770, r80961, r80978, r80985, r81042, r81060, r81...catrope01:15, 27 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66267Rewrite of XML Dump Processing:...werdna13:28, 12 May 2010

Status & tagging log