User "Cryptocoryne" posted a comment on MediaWiki.r101581. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101581#c25349 Commit summary:
bug 32056 Comment: This code used in current trunk and wmf versions of CentralAuth ([http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/CentralAuth/specials/SpecialGlobalGroupMembership.php 1.19-svn], [http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_18/extensions/CentralAuth/specials/SpecialGlobalGroupMembership.php 1.18]). GlobalGroupMembership extends UserRights class and __parent::construct() call this function from UserRights class ("parent::__construct( 'Userrights' )"), but not from SpecialPage class. With old code this page is can't work on my installation (redirected to Special:UserRights). Also see bug 32056 and r81942. After changing this line of code the Special page is normally working. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
