Reedy has submitted this change and it was merged. Change subject: Fix database access in ApiSetNotificationTimestamp ......................................................................
Fix database access in ApiSetNotificationTimestamp ApiBase::getDB() doesn't take a parameter indicating whether DB_SLAVE or DB_MASTER is wanted. Use wfGetDB() instead. Change-Id: Ic2057a1561ad31a0638eea6bae887982a4fe8d80 --- M includes/api/ApiSetNotificationTimestamp.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/39861 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic2057a1561ad31a0638eea6bae887982a4fe8d80 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
