Skip to content

Commit ad131a8

Browse files
committed
Also include the global lng file, #6246
1 parent 390d116 commit ad131a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/web/dashboard/dashlets/limits.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ public function show()
141141
if (is_file($lng_file)) {
142142
include $lng_file;
143143
}
144+
$lng_file = ISPC_ROOT_PATH . '/lib/lang/'.$_SESSION['s']['language'].'.lng';
145+
if (is_file($lng_file)) {
146+
include $lng_file;
147+
}
144148
$tpl->setVar($wb);
145149

146150
if ($app->auth->is_admin()) {

0 commit comments

Comments
 (0)