From 635dbc0e343eb366cc05861695f0de8737d46f21 Mon Sep 17 00:00:00 2001 From: appchecker Date: Mon, 15 Feb 2016 16:12:53 +0300 Subject: [PATCH] Fix typo --- sections/artist/concerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/artist/concerts.php b/sections/artist/concerts.php index 8bd75c7e..af505af1 100644 --- a/sections/artist/concerts.php +++ b/sections/artist/concerts.php @@ -69,7 +69,7 @@ function get_concert_post_template($Artist, $Event) { } else { $EventTitle = $Event['venue']['name']; } - if (!empty($Event['venue']['location']['street']) && !empty($Event['venue']['location']['street']) && !empty($Event['venue']['location']['street'])) { + if (!empty($Event['venue']['location']['street']) && !empty($Event['venue']['location']['city']) && !empty($Event['venue']['location']['country'])) { $Location = $Event['venue']['location']['street'] . "\n" . $Event['venue']['location']['city'] . ", " . $Event['venue']['location']['country']; } if (!empty($Event['venue']['name']) && !empty($Event['venue']['city'])) {