Merge "Set wgRevisionId on overridden edit page"

This commit is contained in:
jenkins-bot 2017-08-28 14:11:18 +00:00 committed by Gerrit Code Review
commit 0eda414fd9

View file

@ -266,6 +266,7 @@ class VisualEditorHooks {
"}" .
");"
) );
$out->setRevisionId( $article->getRevIdFetched() );
return false;
}
return true;