From 36220bf496116c91ed01efbc981dafae55d55915 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 5 Sep 2021 16:29:57 +0200 Subject: ConcertsTable: fix getting city row when changing cities. --- includes/admin/views/_concerts_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index 37459a3..d92c729 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -59,7 +59,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) $content .= ''; if ($lastType != '' && $lastType != $concert->venue()->city()) { - $content .= '' . $concert->city() . ''; + $content .= '' . $concert->venue()->city() . ''; } if ($lastType == '' ) { -- cgit v1.2.3