-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
minuteelectron@svn.wikimedia.org wrote:
+* (bug 14370) When a grouppage-x message does not exist the entry on the
- ListGroupRights special page links to the main namespace page not the project
- namespace page.
This commit does the opposite of its description. Please correct the comment to describe the *result* of the code change.
$grouppageLocalized = $groupname;
$grouppageLocalized = MWNamespace::getCanonicalName( NS_PROJECT ) . ':' . $groupname;
- -- brion vibber (brion @ wikimedia.org)
wikitech-l@lists.wikimedia.org