work around cancel button issue in WikiEditor, hopefully fixed next release

This commit is contained in:
Kevin Fenzi 2017-11-23 19:00:52 +00:00
parent 907ae0d6a9
commit b38e329ced

View file

@ -511,6 +511,8 @@ $wgDefaultUserOptions['usebetatoolbar-cgd'] = 1;
$wgDefaultUserOptions['wikieditor-preview'] = 1;
# Displays the Publish and Cancel buttons on the top right side
$wgDefaultUserOptions['wikieditor-publish'] = 1;
# Work around issue with cancel button, needs removal for next mediawiki release
$wgOOUIEditPage = false;
# OpenID Connect
wfLoadExtension( 'PluggableAuth' );