jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/372224 )
Change subject: Pass $fname to DB callback in GlobalUserRenameStatus
......................................................................
Pass $fname to DB callback in GlobalUserRenameStatus
This makes the method show up in the "callbacks still pending"
log entries if it did not run by request end. Otherwise, it will
show as onTransactionPreCommitOrIdle(), which is useless.
Change-Id: I9edce515ecef71559306d7322552e24cef0edbb2
---
M includes/GlobalRename/GlobalRenameUserStatus.php
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/GlobalRename/GlobalRenameUserStatus.php
b/includes/GlobalRename/GlobalRenameUserStatus.php
index 7765a66..2104c22 100644
--- a/includes/GlobalRename/GlobalRenameUserStatus.php
+++ b/includes/GlobalRename/GlobalRenameUserStatus.php
@@ -219,7 +219,8 @@
[ $nameWhere, 'ru_wiki' => $wiki ],
$fname
);
- }
+ },
+ $fname
);
}
}
--
To view, visit https://gerrit.wikimedia.org/r/372224
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9edce515ecef71559306d7322552e24cef0edbb2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits