Index: trunk/phase3/includes/Article.php |
— | — | @@ -1040,7 +1040,7 @@ |
1041 | 1041 | $u->doUpdate(); |
1042 | 1042 | } |
1043 | 1043 | |
1044 | | - $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $revisionId ); |
| 1044 | + $this->showArticle( $text, wfMsg( 'updated' ), $sectionanchor, $me2, $now, $summary, $lastRevision ); |
1045 | 1045 | } |
1046 | 1046 | return $good; |
1047 | 1047 | } |