https://bugzilla.wikimedia.org/show_bug.cgi?id=32754
Rusty Burchfield <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rusty Burchfield <[email protected]> 2011-12-01 19:43:03 UTC --- A User.php change that uses a new WebRequest API (getIP) was backported to 1.18. I asked Geoffrey to try copying the new WebRequest API over and a new error occurred. A safer/simpler option I overlooked is to replace the new API call with "wfGetIP()". This is not an issue in trunk (since the new API is there) but should be fixed in the 1.18 branch for the next point release. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
