From 8cc5e083fcaf84adb1e1a65ebce80b45b7bb4eef Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 4 Jan 2016 10:14:42 -0800 Subject: [PATCH] Redmine #5731 Error when setting various system log settings from factory default config From PR #2350 By Phil Davis --- src/usr/local/www/status_logs_common.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/usr/local/www/status_logs_common.inc b/src/usr/local/www/status_logs_common.inc index b1c349fe3c..58a1db552a 100644 --- a/src/usr/local/www/status_logs_common.inc +++ b/src/usr/local/www/status_logs_common.inc @@ -585,7 +585,9 @@ function manage_log_code() { if (!$input_errors) { # Clear out the specific log settings and leave only the applied settings to override the general logging options (global) settings. - unset($config['syslog'][$specific_log]); + if (isset($config['syslog'][$specific_log])) { + unset($config['syslog'][$specific_log]); + } // Common to All Logs if ($cronorder != '') { # if not using the general logging options setting (global)