mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 23:31:02 +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 false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue