Browse Source

oops again

pull/431/head
sean1138 4 years ago
parent
commit
d7c16c957b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      system/includes/functions.php

+ 1
- 0
system/includes/functions.php View File

@ -3215,6 +3215,7 @@ function get_language()
$langFile = 'lang/'. $langID . '.ini'; $langFile = 'lang/'. $langID . '.ini';
$local = $langID; $local = $langID;
// Settings for the language
if (!isset($langID) || config('language') === 'en' || !file_exists($langFile)) { if (!isset($langID) || config('language') === 'en' || !file_exists($langFile)) {
if (!isset($langID) || config('language') === 'en') { if (!isset($langID) || config('language') === 'en') {
i18n('source', 'lang/en.ini'); // Load the English language file i18n('source', 'lang/en.ini'); // Load the English language file


Loading…
Cancel
Save