From d0946d0fd182e0cd48cb47b5fc4c16953d6eb0ec Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 27 Feb 2022 11:38:35 +0100 Subject: [PATCH] Fix regression error --- plugins/dynamix/include/ParityHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/ParityHistory.php b/plugins/dynamix/include/ParityHistory.php index 4bc50a81e..9cf181ce9 100644 --- a/plugins/dynamix/include/ParityHistory.php +++ b/plugins/dynamix/include/ParityHistory.php @@ -78,7 +78,7 @@ if (file_exists($log)) { if ($list) foreach (array_reverse($list) as $row) echo $row; else - echo "",_('No parity check history present'),"!"; + echo "",_('No parity check history present'),"!"; ?>