From d7c16c957b8f1af57536d36d7c82bd56ea934fb2 Mon Sep 17 00:00:00 2001 From: sean1138 Date: Tue, 12 Jan 2021 17:27:55 -0500 Subject: [PATCH] oops again --- system/includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/includes/functions.php b/system/includes/functions.php index ae16052..a6eb2dc 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -3215,6 +3215,7 @@ function get_language() $langFile = 'lang/'. $langID . '.ini'; $local = $langID; + // Settings for the language if (!isset($langID) || config('language') === 'en' || !file_exists($langFile)) { if (!isset($langID) || config('language') === 'en') { i18n('source', 'lang/en.ini'); // Load the English language file