mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
oops again
This commit is contained in:
parent
238f27e9d8
commit
d7c16c957b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue