diff --git a/scripts/cron_tasks.inc.http.20.lighttpd.php b/scripts/cron_tasks.inc.http.20.lighttpd.php index b33b76a4..c175c6e0 100644 --- a/scripts/cron_tasks.inc.http.20.lighttpd.php +++ b/scripts/cron_tasks.inc.http.20.lighttpd.php @@ -309,6 +309,8 @@ class lighttpd if(!empty($error_string)) { $path_options.= $error_string; + // reset $error_string here to prevent duplicate entries + $error_string = ''; } $path_options.= '}' . "\n"; }