From 92dcb661b553677bc4f3671a64c6af9be893e7ec Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 25 Dec 2003 22:51:04 +0000 Subject: [PATCH] Install LanguageUtf8.php by default --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index 6355cd67ad..552c6036f8 100644 --- a/install.php +++ b/install.php @@ -57,6 +57,7 @@ copydirectory( "./stylesheets", $wgStyleSheetDirectory ); copyfile( "./images", "wiki.png", $wgUploadDirectory ); copyfile( "./languages", "Language.php", $IP ); +copyfile( "./languages", "LanguageUtf8.php", $IP ); copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP ); if ( $wgDebugLogFile ) { -- 2.20.1