All functions of the importer have $title, origTitle, but processTitle() returned...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Feb 2011 20:35:51 +0000 (20:35 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Feb 2011 20:35:51 +0000 (20:35 +0000)
commit70e98b5a79aa329ab646f95fc0d9c8779064d438
treeb4dc4fab33d468995fefd531772a3f28ec6c653f
parentb856f6605b00061ea14ab8d6af9746ec35daa77f
All functions of the importer have $title, origTitle, but processTitle() returned $title, origTitle.
This caused confusion and a misusage of the processTitle() result.

Follow up to r66267.
Fixes bug 27486
includes/Import.php