jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/372344 )

Change subject: BSFoundation: Replaced deprecated DB_WRITE with DB_MASTER
......................................................................


BSFoundation: Replaced deprecated DB_WRITE with DB_MASTER

Change-Id: I8742ea4ed838f69a2194643691b2b4479b34887c
---
M includes/Config.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Config.class.php b/includes/Config.class.php
index 2486bd6..16eaf8a 100644
--- a/includes/Config.class.php
+++ b/includes/Config.class.php
@@ -299,7 +299,7 @@
         * @return bool false if an error occurs
         */
        public static function saveSettings() {
-               $dbw = wfGetDB ( DB_WRITE );
+               $dbw = wfGetDB ( DB_MASTER );
 
                $dbw->delete( 'bs_settings', '*' );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/372344
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8742ea4ed838f69a2194643691b2b4479b34887c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Pwirth <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to