Commit d59f0369a1208d3eb80c29d268229da611e0aefc

Authored by rob
1 parent 19641e91

Updated internationalization included directory


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2754 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/environment.php
... ... @@ -49,7 +49,7 @@ $default->db = new Database();
49 49 //language translation functions
50 50 require_once("$default->fileSystemRoot/i18n/LanguageFunctions.inc");
51 51 //change this to reflect the language to use
52   -require_once("$default->fileSystemRoot/i18n/english/Language.inc");
  52 +require_once("$default->fileSystemRoot/i18n/en/Language.inc");
53 53  
54 54 // instantiate system settings class
55 55 require_once("$default->fileSystemRoot/lib/database/lookup.inc");
... ...