jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/351569 )
Change subject: Using getText to get canonical username instead of getDBkey
......................................................................
Using getText to get canonical username instead of getDBkey
Bug: T164160
Change-Id: I4b865c9b36385678cbd6e800120c4bb487564db3
---
M includes/content/CollaborationListContent.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Brian Wolff: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/content/CollaborationListContent.php
b/includes/content/CollaborationListContent.php
index c60c1c7..68668ae 100644
--- a/includes/content/CollaborationListContent.php
+++ b/includes/content/CollaborationListContent.php
@@ -1080,7 +1080,7 @@
) {
$nonUserItems[] = $item;
} else {
- $userItems[$title->getDBkey()] = $item;
+ $userItems[$title->getText()] = $item;
}
}
$res = $this->filterActiveUsers( $userItems );
--
To view, visit https://gerrit.wikimedia.org/r/351569
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b865c9b36385678cbd6e800120c4bb487564db3
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits