From: Ori Livneh Date: Fri, 2 Nov 2012 06:27:14 +0000 (-0700) Subject: Correct URL in comment; currently points to wrong post X-Git-Tag: 1.31.0-rc.0~21761 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ba59cfd0bb08be9ba038342b0226446f46b20ece;p=lhc%2Fweb%2Fwiklou.git Correct URL in comment; currently points to wrong post I'm not 100% this is the post that was intended, but it seems most plausible to me. Change-Id: I8fded0ffe5956cea8140f4c5d13ccbc1eb33299d --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d01e6e1e44..16cae7d2c5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3735,7 +3735,7 @@ $wgAllowPrefChange = array(); /** * This is to let user authenticate using https when they come from http. * Based on an idea by George Herbert on wikitech-l: - * http://lists.wikimedia.org/pipermail/wikitech-l/2010-October/050065.html + * http://lists.wikimedia.org/pipermail/wikitech-l/2010-October/050039.html * @since 1.17 */ $wgSecureLogin = false;