Index: trunk/phase3/includes/SpecialListgrouprights.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | |
52 | 52 | $msg = wfMsgForContent( 'grouppage-' . $groupname ); |
53 | 53 | if ( wfEmptyMsg( 'grouppage-' . $groupname, $msg ) || $msg == '' ) { |
54 | | - $grouppageLocalized = $groupname; |
| 54 | + $grouppageLocalized = MWNamespace::getCanonicalName( NS_PROJECT ) . ':' . $groupname; |
55 | 55 | } else { |
56 | 56 | $grouppageLocalized = $msg; |
57 | 57 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -315,6 +315,9 @@ |
316 | 316 | set to true |
317 | 317 | * (bug 13034) Interwiki pages can now be reached using Go search button |
318 | 318 | * (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias |
| 319 | +* (bug 14370) When a grouppage-x message does not exist the entry on the |
| 320 | + ListGroupRights special page links to the main namespace page not the project |
| 321 | + namespace page. |
319 | 322 | |
320 | 323 | === API changes in 1.13 === |
321 | 324 | |