From 81a01ff18d8a888a13da4259f27cf50375d1d2f6 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 24 Oct 2004 08:31:22 +0000 Subject: [PATCH] fixed typo --- languages/LanguageLatin1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1