https://bugzilla.wikimedia.org/show_bug.cgi?id=36053
Tyler Romeo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tyler Romeo <[email protected]> 2012-08-06 15:25:47 UTC --- There are two separate reasons this bug occurs. The first is that if no title is specified, then SkinTemplate::buildPersonalUrls() will not put any returntoquery, even if there is a query to return to. This is easily fixable. The second issue is that LoginForm::successfulLogin() requires a returnto value in order to build the redirect URL. This is because it calls Title::getFullURL() on the returnto title. To get around this, there needs to be a way to build a full URL without having a valid title object. -- 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
