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");