jenkins-bot has submitted this change and it was merged.

Change subject: Call saveSettings() after setting the authentication timestamp
......................................................................


Call saveSettings() after setting the authentication timestamp

Change-Id: Ia35b1f8ca67b36918724280e408f0c3377799c42
---
M includes/CentralAuthHooks.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  CSteipp: Looks good to me, but someone else must approve
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/CentralAuthHooks.php b/includes/CentralAuthHooks.php
index 3f28cba..3f84b57 100644
--- a/includes/CentralAuthHooks.php
+++ b/includes/CentralAuthHooks.php
@@ -1193,6 +1193,7 @@
                $ca = CentralAuthUser::getInstance( $user );
                if ( $ca->isAttached() ) {
                        $ca->setEmailAuthenticationTimestamp( $timestamp );
+                       $ca->saveSettings();
                }
                return true;
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia35b1f8ca67b36918724280e408f0c3377799c42
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to