mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: this is the right fix for #3676 ;)
This commit is contained in:
parent
060f9edad7
commit
79732b440e
@ -108,7 +108,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
|
||||
/* translate hidden strings before HTML escape */
|
||||
foreach ($a_tunable as $tunable) {
|
||||
foreach ($a_tunable as &$tunable) {
|
||||
if (!empty($tunable['descr'])) {
|
||||
$tunable['descr'] = gettext($tunable['descr']);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user