From: Jens Frank Date: Sun, 24 Oct 2004 08:31:22 +0000 (+0000) Subject: fixed typo X-Git-Tag: 1.5.0alpha1~1467 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=81a01ff18d8a888a13da4259f27cf50375d1d2f6;p=lhc%2Fweb%2Fwiklou.git fixed typo --- diff --git a/languages/LanguageLatin1.php b/languages/LanguageLatin1.php index c0f4cc31c1..c24f0be2bc 100644 --- a/languages/LanguageLatin1.php +++ b/languages/LanguageLatin1.php @@ -29,7 +29,7 @@ # This file and LanguageUtf8.php may be included from within functions, so # we need to have global statements -global $wgInputEncoding, $wgOutputEncoding, +global $wgInputEncoding, $wgOutputEncoding; $wgInputEncoding = "ISO-8859-1"; $wgOutputEncoding = "ISO-8859-1";