From 4eef4cb7c50756c82148dd9f9f549656f7d489c2 Mon Sep 17 00:00:00 2001 From: Tcharp38 Date: Thu, 25 Apr 2024 18:17:42 +0200 Subject: [PATCH] Config page: port test fixes --- core/ajax/Abeille.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ajax/Abeille.ajax.php b/core/ajax/Abeille.ajax.php index f4ef74e7d4..ae035b09ab 100755 --- a/core/ajax/Abeille.ajax.php +++ b/core/ajax/Abeille.ajax.php @@ -78,7 +78,7 @@ function pauseDaemons($stop = true, $dStatus = []) { 'runBits' => $runBits, // 1 bit per running daemon 'daemons' => $daemons, // Detail on each daemon ); */ - $dStatus['running'] = ($daemons['runninNb'] > 0) ? true: false; + $dStatus['running'] = ($daemons['runningNb'] > 0) ? true: false; Abeille::deamon_stop(); } else { if ($dStatus['running']) // Daemons were running