BUG#1369 ENotifs mail come with wrong "oldid" revision numbers (one version too late)
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 22 Jan 2005 10:14:23 +0000 (10:14 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 22 Jan 2005 10:14:23 +0000 (10:14 +0000)
includes/Article.php

index 93a1016..48d0b85 100644 (file)
@@ -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;
        }