forked from extern/egroupware
fix for not set up user-charset
This commit is contained in:
parent
ca460b5aae
commit
49d4216305
@ -93,7 +93,7 @@
|
||||
}
|
||||
return $this->charsets[$lang];
|
||||
}
|
||||
return $this->system_charset ? $this->system_charset : strtolower($this->translate('charset'));
|
||||
return $this->system_charset || !is_array($GLOBALS['lang']) ? $this->system_charset : strtolower($this->translate('charset'));
|
||||
}
|
||||
|
||||
function init()
|
||||
|
Loading…
Reference in New Issue
Block a user