From e084764af7d2dcf41f54c1d4d7085a8a0d963a11 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Sat, 3 Jun 2023 11:39:21 -0400 Subject: [PATCH] One more tweak to #5338 My goodness. What happened? --- poller_boost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller_boost.php b/poller_boost.php index e274bba22f..73459a6648 100755 --- a/poller_boost.php +++ b/poller_boost.php @@ -310,7 +310,7 @@ function boost_prepare_process_table() { $boost_poller_status = read_config_option('boost_poller_status'); if (!$boost_poller_status) { $boost_poller_status = 'not started'; - ] + } /* detect a process that has overrun it's warning time */ if (substr_count($boost_poller_status, 'running')) {