(bug 40789) Fixed $wgSecureLogin after-login redirect.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Sun, 7 Oct 2012 14:17:31 +0000 (10:17 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Sun, 7 Oct 2012 14:17:31 +0000 (10:17 -0400)
commit4948768df75d2774962ff7b1ac08c84adf087f40
tree02c73e83785a4b8ffa5c54745dd863b57f1896fb
parent22c7d8235103c412ec8f741fb3efe4f880ef6cb0
(bug 40789) Fixed $wgSecureLogin after-login redirect.

Check for $wgSecureLogin accidentally redirected users
to HTTPS when $wgSecureLogin was off. This fixes the
conditional statement so that when secure login is off
original functionality is preserved.

Change-Id: Ida8a2de849e2ad208129b272936ebc5806a16d71
includes/specials/SpecialUserlogin.php