mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Merge "[TEMPORARY] Re-point A/B testing preference for test"
This commit is contained in:
commit
390a0e6db2
|
@ -665,7 +665,7 @@ class VisualEditorHooks {
|
|||
$user->isLoggedin() &&
|
||||
( ( $user->getId() % 2 ) === 0 )
|
||||
) {
|
||||
$user->setOption( 'visualeditor-enable', 1 );
|
||||
$user->setOption( 'visualeditor-testabpreference', 1 );
|
||||
$user->saveSettings();
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue