Commit d902747c authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix missing log option in save form

(cherry picked from commit 5df05e9e)
parent 3c8b35ee
......@@ -455,6 +455,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$filterent['disabled'] = true;
}
if (!empty($pconfig['log'])) {
$filterent['log'] = true;
}
if ($pconfig['protocol'] != "any") {
$filterent['protocol'] = $pconfig['protocol'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment