follow-up r59522, add missing credit.
authorPhilip Tzou <philip@users.mediawiki.org>
Sat, 28 Nov 2009 19:15:55 +0000 (19:15 +0000)
committerPhilip Tzou <philip@users.mediawiki.org>
Sat, 28 Nov 2009 19:15:55 +0000 (19:15 +0000)
languages/LanguageConverter.php

index 1999447..24cc99e 100644 (file)
@@ -187,6 +187,7 @@ class LanguageConverter {
                        if( array_key_exists( 'HTTP_ACCEPT_LANGUAGE', $_SERVER ) ) {
                                // bug 21672: Add Accept-Language to Vary and XVO headers
                                // to help Squid to determine user's perferred local language
+                               // thanks to Liangent's help
                                global $wgOut, $wgUseXVO;
                                $wgOut->addVaryHeader( 'Accept-Language' );
                                if( $wgUseXVO )