placeholder for a funny commit description for removing some more notices (#5631)

This commit is contained in:
Michael Vogel 2018-08-19 03:52:21 +02:00 committed by Hypolite Petovan
parent 060e887a31
commit ab5cedfa50
4 changed files with 16 additions and 15 deletions

View file

@ -62,7 +62,7 @@ class Event extends BaseObject
$o .= "<h4>" . L10n::t('Finishes:') . "</h4><p>" . $event_end . "</p>";
}
if (strlen($event['location'])) {
if (!empty($event['location'])) {
$o .= "<h4>" . L10n::t('Location:') . "</h4><p>" . BBCode::convert($event['location'], false, $simple) . "</p>";
}