Merge "[TEMPORARY] Re-point A/B testing preference for test"

This commit is contained in:
jenkins-bot 2015-04-21 01:31:49 +00:00 committed by Gerrit Code Review
commit 390a0e6db2

View file

@ -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;