From d59f0369a1208d3eb80c29d268229da611e0aefc Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 6 Nov 2003 10:05:47 +0000 Subject: [PATCH] Updated internationalization included directory --- config/environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.php b/config/environment.php index 9361c26..a60d353 100644 --- a/config/environment.php +++ b/config/environment.php @@ -49,7 +49,7 @@ $default->db = new Database(); //language translation functions require_once("$default->fileSystemRoot/i18n/LanguageFunctions.inc"); //change this to reflect the language to use -require_once("$default->fileSystemRoot/i18n/english/Language.inc"); +require_once("$default->fileSystemRoot/i18n/en/Language.inc"); // instantiate system settings class require_once("$default->fileSystemRoot/lib/database/lookup.inc"); -- libgit2 0.21.4