system: this is the right fix for #3676 ;)

This commit is contained in:
Franco Fichtner 2019-08-29 08:17:22 +02:00
parent 060f9edad7
commit 79732b440e

View File

@ -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']);
}