diff --git a/src/www/system_advanced_sysctl.php b/src/www/system_advanced_sysctl.php index bf0652012..c8831abad 100644 --- a/src/www/system_advanced_sysctl.php +++ b/src/www/system_advanced_sysctl.php @@ -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']); }