Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/190582
Change subject: Call saveSettings() after setting the authentication timestamp
......................................................................
Call saveSettings() after setting the authentication timestamp
Change-Id: Ia35b1f8ca67b36918724280e408f0c3377799c42
(cherry picked from commit 507876cf006836d1047e7a3d7773becff2be8502)
---
M includes/CentralAuthHooks.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/82/190582/1
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/190582
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia35b1f8ca67b36918724280e408f0c3377799c42
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: wmf/1.25wmf17
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits