From: Niklas Laxström Date: Sat, 6 Mar 2010 21:18:10 +0000 (+0000) Subject: * (bug 22748) Add anchors on Special:ListGroupRights X-Git-Tag: 1.31.0-rc.0~37530 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=710e3d6f2f867bf01c5c5647a6a82e414150d077;p=lhc%2Fweb%2Fwiklou.git * (bug 22748) Add anchors on Special:ListGroupRights --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index baf3a6055f..f69ff16c7b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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:/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 diff --git a/includes/specials/SpecialListgrouprights.php b/includes/specials/SpecialListgrouprights.php index 83724a4f0a..9aff7fd57a 100644 --- a/includes/specials/SpecialListgrouprights.php +++ b/includes/specials/SpecialListgrouprights.php @@ -63,7 +63,8 @@ class SpecialListGroupRights extends SpecialPage { } else { $grouppage = $this->skin->link( Title::newFromText( $grouppageLocalized ), - htmlspecialchars($groupnameLocalized) + htmlspecialchars($groupnameLocalized), + array( 'name' => $group ) ); }