mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Fix typo
This commit is contained in:
parent
76fed97814
commit
635dbc0e34
@ -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'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user