https://bugzilla.wikimedia.org/show_bug.cgi?id=30953
--- Comment #4 from Jack Phoenix <[email protected]> 2011-09-17 17:26:47 UTC --- You should be able to fix that by changing the function definition so that it doesn't take the $request parameter. So change line 32 of extensions/SocialProfile/UserProfile/SpecialUploadAvatar.php from: protected function loadRequest( $request ) { to: protected function loadRequest() { -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
