From: Jens Frank Date: Sat, 22 Jan 2005 10:14:23 +0000 (+0000) Subject: BUG#1369 ENotifs mail come with wrong "oldid" revision numbers (one version too late) X-Git-Tag: 1.5.0alpha1~864 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=aebed242313c85a144454b6f005d3e6bb063bfde;p=lhc%2Fweb%2Fwiklou.git BUG#1369 ENotifs mail come with wrong "oldid" revision numbers (one version too late) --- diff --git a/includes/Article.php b/includes/Article.php index 93a10166e4..48d0b85941 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1040,7 +1040,7 @@ class Article { $u->doUpdate(); } - $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $revisionId ); + $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $lastRevision ); } return $good; }