diff options
author | 2022-09-27 18:53:03 -0400 | |
---|---|---|
committer | 2022-09-27 19:02:02 -0400 | |
commit | 5ca8d30155e11d97b20f79acec40632c2e06fcd5 (patch) | |
tree | 7531fb116791f8328c0bb0cabe42265ca67e6df9 /MLEB/Translate/api/ApiTranslationStash.php | |
parent | Merge branch 'master' into wikitest (diff) | |
download | extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.tar.gz extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.tar.bz2 extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.zip |
Update MLEB to 2021.12v1.35.2
This is the final version for MW 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'MLEB/Translate/api/ApiTranslationStash.php')
-rw-r--r-- | MLEB/Translate/api/ApiTranslationStash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/api/ApiTranslationStash.php b/MLEB/Translate/api/ApiTranslationStash.php index 29bd0996..b7f60e2e 100644 --- a/MLEB/Translate/api/ApiTranslationStash.php +++ b/MLEB/Translate/api/ApiTranslationStash.php @@ -33,7 +33,7 @@ class ApiTranslationStash extends ApiBase { } } - $stash = new TranslationStashStorage( wfGetDB( DB_MASTER ) ); + $stash = new TranslationStashStorage( wfGetDB( DB_PRIMARY ) ); $action = $params['subaction']; if ( $action === 'add' ) { |