From d7bb9674e3ac8ef1100fac554659c4095e4564d9 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 26 Oct 2023 11:11:50 -0400 Subject: [PATCH] Add newline to fix SQL err due to Tags --- web/skins/classic/views/timeline.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/skins/classic/views/timeline.php b/web/skins/classic/views/timeline.php index 09b67cbf7..b9c12229e 100644 --- a/web/skins/classic/views/timeline.php +++ b/web/skins/classic/views/timeline.php @@ -174,7 +174,8 @@ $eventIdsSql = ' SELECT E.Id, GROUP_CONCAT(T.Name SEPARATOR ", ") - AS TagsFROM Events + AS Tags +FROM Events AS E INNER JOIN Monitors AS M