mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 15:21:51 +00:00
Merge "Set wgRevisionId on overridden edit page"
This commit is contained in:
commit
0eda414fd9
|
@ -266,6 +266,7 @@ class VisualEditorHooks {
|
|||
"}" .
|
||||
");"
|
||||
) );
|
||||
$out->setRevisionId( $article->getRevIdFetched() );
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue