Fixes #344: English language file must be en-us instead of en-en
This commit is contained in:
parent
a62ccabecf
commit
da88e61783
@ -309,7 +309,6 @@ if (class_exists('AdminPanelAction')) {
|
|||||||
// Browser recognition does not always work correctly.
|
// Browser recognition does not always work correctly.
|
||||||
// This also depends on whether a current browscap has been set in php.ini or not.
|
// This also depends on whether a current browscap has been set in php.ini or not.
|
||||||
function browser() {
|
function browser() {
|
||||||
|
|
||||||
$lang = lang_load('plugin:support');
|
$lang = lang_load('plugin:support');
|
||||||
|
|
||||||
$user_agent = $_SERVER ['HTTP_USER_AGENT'];
|
$user_agent = $_SERVER ['HTTP_USER_AGENT'];
|
||||||
@ -358,6 +357,7 @@ if (class_exists('AdminPanelAction')) {
|
|||||||
|
|
||||||
$this->smarty->assign('support', $support);
|
$this->smarty->assign('support', $support);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// register stylesheet
|
// register stylesheet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user