(bug 8379) Output both source and destination titles
This commit is contained in:
parent
9bf649b4a7
commit
779571aae5
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ for ( $linenum = 1; !feof( $file ); $linenum++ ) {
|
|||
}
|
||||
|
||||
|
||||
print $source->getPrefixedText();
|
||||
print $source->getPrefixedText() . ' --> ' . $dest->getPrefixedText();
|
||||
$dbw->begin();
|
||||
$err = $source->moveTo( $dest, false, $reason );
|
||||
if( $err !== true ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue