From aebed242313c85a144454b6f005d3e6bb063bfde Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 22 Jan 2005 10:14:23 +0000 Subject: [PATCH] BUG#1369 ENotifs mail come with wrong "oldid" revision numbers (one version too late) --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1