Avoid using User::setOption()
User::setOption() is deprecated and should be replaced with UserOptionsManager::setOption() Bug: T277818 Change-Id: I5ac58c4be5046d4457de24b63b062aa238e972b6
This commit is contained in:
committed by
jenkins-bot
parent
77b61af6b8
commit
0d9e1b134a
@@ -33,7 +33,12 @@
|
||||
"APIModules": {
|
||||
"languagesearch": "ApiLanguageSearch",
|
||||
"ulslocalization": "ApiULSLocalization",
|
||||
"ulssetlang": "ApiULSSetLanguage"
|
||||
"ulssetlang": {
|
||||
"class": "ApiULSSetLanguage",
|
||||
"services": [
|
||||
"UserOptionsManager"
|
||||
]
|
||||
}
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"UniversalLanguageSelector": [
|
||||
|
||||
Reference in New Issue
Block a user