User "Brion VIBBER" changed the status of MediaWiki.r82120. Old Status: new New Status: fixme
User "Brion VIBBER" also posted a comment on MediaWiki.r82120. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82120#c15930 Comment: This causes a fatal error because it tries to pass a Title object (the second parameter of ContibutionsToolLinks, which is the title of the user page) to a function expecting a User object. It then dies because the Title object doesn't have a getName() parameter. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
