mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Shit
This commit is contained in:
@@ -434,7 +434,7 @@ abstract class REST_Controller extends CI_Controller {
|
||||
$language = $this->config->item('rest_language');
|
||||
if ($language === NULL)
|
||||
{
|
||||
$language = 'english';
|
||||
$language = 'en-US';
|
||||
}
|
||||
|
||||
// Load the language file
|
||||
|
||||
Reference in New Issue
Block a user