Skip to content

Commit 739b5ec

Browse files
committed
Update Language.php
1 parent edfc9fc commit 739b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Core/Language.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function __construct(
9999

100100
//Start checking if the user has a language set
101101
if (!$this->setLanguage($language)) {
102-
$this->setLanguage($this->config->language);
102+
$this->setLanguage("en-US");
103103
}
104104
}
105105

0 commit comments

Comments
 (0)