r7229 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7228‎ | r7229 | r7230 >
Date:10:14, 22 January 2005
Author:jeluf
Status:old
Tags:
Comment:
BUG#1369 ENotifs mail come with wrong "oldid" revision numbers (one version too late)
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1040,7 +1040,7 @@
10411041 $u->doUpdate();
10421042 }
10431043
1044 - $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $revisionId );
 1044+ $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $lastRevision );
10451045 }
10461046 return $good;
10471047 }

Status & tagging log