From 8418e82aa29419a45198ca7395a90a38511c41ef Mon Sep 17 00:00:00 2001 From: "Adrien T." Date: Thu, 8 Feb 2024 17:50:36 +0100 Subject: [PATCH] (FIX) Displaying audit details We had to wait until the end of the deployment to see the details because misplaced brackets in code (cherry picked from commit f08300326dd75a2cb6e9002fc839695fa40350a0) (cherry picked from commit e2f4ed34c8d57f50e031ed36a792249b5b5f31f8) --- web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php b/web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php index 6b5862ea0a..24ff21750f 100644 --- a/web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php +++ b/web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php @@ -244,7 +244,7 @@ function refresh(){ echo "
"; } } -if (safeCount($deploymachine != 0)) { +if (safeCount($deploymachine) != 0) { $creation_date = mktime( $deploymachine['creation_date'][3], $deploymachine['creation_date'][4],