Skip to content

Commit

Permalink
(FIX) Displaying audit details
Browse files Browse the repository at this point in the history
We had to wait until the end of the deployment to see the details because misplaced brackets in code

(cherry picked from commit f083003)
(cherry picked from commit e2f4ed3)
  • Loading branch information
xdri3n authored and neoclust committed Mar 15, 2024
1 parent 335b6de commit 8418e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/modules/xmppmaster/xmppmaster/logs/viewmachinelogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function refresh(){
echo "<br>";
}
}
if (safeCount($deploymachine != 0)) {
if (safeCount($deploymachine) != 0) {
$creation_date = mktime(
$deploymachine['creation_date'][3],
$deploymachine['creation_date'][4],
Expand Down

0 comments on commit 8418e82

Please sign in to comment.