From: Aryeh Gregor Date: Sun, 10 Dec 2006 02:39:30 +0000 (+0000) Subject: Fix for oldtitle too X-Git-Tag: 1.31.0-rc.0~54946 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=e55b5b5a6fce030ec024e64a4f37ae3e84245f21;p=lhc%2Fweb%2Fwiklou.git Fix for oldtitle too --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index c423ebcb83..77fef48f9a 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -564,8 +564,8 @@ CONTROL; $t = $wgLang->timeanddate( $this->mOldRev->getTimestamp(), true ); $oldLink = $this->mOldPage->escapeLocalUrl( 'oldid=' . $this->mOldid ); $oldEdit = $this->mOldPage->escapeLocalUrl( 'action=edit&oldid=' . $this->mOldid ); - $this->mOldtitle = "" . htmlspecialchars( wfMsg( 'revisionasof', $t ) ) - . " (" . htmlspecialchars( wfMsg( 'editold' ) ) . ")"; + $this->mOldtitle = "" . htmlspecialchars( wfMsg( 'revisionasof', $t ) ) + . " (" . htmlspecialchars( wfMsg( 'editold' ) ) . ")"; } return true;