Index: trunk/phase3/includes/Article.php |
— | — | @@ -2612,7 +2612,7 @@ |
2613 | 2613 | $wgOut->addHtml( wfMsgExt( 'rollback-success', array( 'parse', 'replaceafter' ), $old, $new ) ); |
2614 | 2614 | $wgOut->returnToMain( false, $this->mTitle ); |
2615 | 2615 | $de = new DifferenceEngine( $this->mTitle, $current->getId(), 'next', false, true ); |
2616 | | - $de->showDiff(); |
| 2616 | + $de->showDiff( '', '' ); |
2617 | 2617 | } |
2618 | 2618 | |
2619 | 2619 | |