Bsitu has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/72853


Change subject: Fix the alias case for SpecialListGroupRights
......................................................................

Fix the alias case for SpecialListGroupRights

It should be Listgrouprights instead of ListGroupRights.  It still
works but generates a warning.

Change-Id: Ia7e560d7ae1979695b19c9010bee8bb3601b7929
---
M formatters/UserRightsFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/53/72853/1

diff --git a/formatters/UserRightsFormatter.php 
b/formatters/UserRightsFormatter.php
index ed707cd..480f00b 100644
--- a/formatters/UserRightsFormatter.php
+++ b/formatters/UserRightsFormatter.php
@@ -54,7 +54,7 @@
                // Set up link parameters based on the destination (or pass to 
parent)
                switch ( $destination ) {
                        case 'user-rights-list':
-                               $target = SpecialPage::getTitleFor( 
'ListGroupRights' );
+                               $target = SpecialPage::getTitleFor( 
'Listgrouprights' );
                                break;
                        default:
                                return parent::getLinkParams( $event, $user, 
$destination );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia7e560d7ae1979695b19c9010bee8bb3601b7929
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>

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

Reply via email to