diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php index e45b583900..a1954552e3 100644 --- a/VisualEditor.hooks.php +++ b/VisualEditor.hooks.php @@ -266,6 +266,7 @@ class VisualEditorHooks { "}" . ");" ) ); + $out->setRevisionId( $article->getRevIdFetched() ); return false; } return true;