From a0b7418730c5f4ed0a0dd1d56a2ae3be2451cf95 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 12 Apr 2013 09:09:32 +0200 Subject: [PATCH] fix path to language file --- install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index d7d3ecf4a..3d09b3a57 100644 --- a/install/install.php +++ b/install/install.php @@ -175,7 +175,7 @@ if(isset($settings->_extraPath)) */ $theme = "blue"; include("../inc/inc.Language.php"); -include "../languages/English/lang.inc"; +include "../languages/en_GB/lang.inc"; include("../inc/inc.ClassUI.php");