https://bugzilla.wikimedia.org/show_bug.cgi?id=31293
Sergey Leschina <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #9 from Sergey Leschina <[email protected]> 2011-10-03 16:23:13 UTC --- You wrote: $usingHTTPS = WebRequest::detectProtocol(); and next if ( $usingHTTPS && ...) { ... } I think you mean: $usingHTTPS = WebRequest::detectProtocol() == 'https'; Now always shows loginend-https. -- 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
