* (bug 22748) Add anchors on Special:ListGroupRights
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 6 Mar 2010 21:18:10 +0000 (21:18 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 6 Mar 2010 21:18:10 +0000 (21:18 +0000)
RELEASE-NOTES
includes/specials/SpecialListgrouprights.php

index baf3a60..f69ff16 100644 (file)
@@ -25,6 +25,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
   User:<name>/common.css and /common.js (if user css/js is enabled)
+* (bug 22748) Add anchors on Special:ListGroupRights  
   
 === Bug fixes in 1.17 ===
 * (bug 17560) Half-broken deletion moved image files to deletion archive without
index 83724a4..9aff7fd 100644 (file)
@@ -63,7 +63,8 @@ class SpecialListGroupRights extends SpecialPage {
                        } else {
                                $grouppage = $this->skin->link(
                                        Title::newFromText( $grouppageLocalized ),
-                                       htmlspecialchars($groupnameLocalized)
+                                       htmlspecialchars($groupnameLocalized),
+                                       array( 'name' => $group )
                                );
                        }