Move VisualEditor disabling from now-scrapped preferences section

'editing/beta' section stopped being used by anything other than VisualEditor
in Id8b9a47a in June 2013, and the section was removed from MediaWiki core in
I76667a15cc today.

Change-Id: Ida16f714c28c46d552b92c05b07b63f5d6dd361e
This commit is contained in:
James D. Forrester 2014-04-06 16:53:25 -07:00
parent 486e9cbbed
commit 799e11ca7e

View file

@ -236,7 +236,7 @@ class VisualEditorHooks {
$preferences['visualeditor-betatempdisable'] = array(
'type' => 'toggle',
'label-message' => 'visualeditor-preference-betatempdisable',
'section' => 'editing/beta'
'section' => 'editing/editor'
);
return true;
}