Index: trunk/phase3/includes/Article.php |
— | — | @@ -2211,7 +2211,7 @@ |
2212 | 2212 | $status->warning( 'edit-no-change' ); |
2213 | 2213 | $revision = null; |
2214 | 2214 | // Keep the same revision ID, but do some updates on it |
2215 | | - $revisionId = $this->getRevIdFetched(); |
| 2215 | + $revisionId = $this->getLatest(); |
2216 | 2216 | // Update page_touched, this is usually implicit in the page update |
2217 | 2217 | // Other cache updates are done in onArticleEdit() |
2218 | 2218 | $this->mTitle->invalidateCache(); |