mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
placeholder for a funny commit description for removing some more notices (#5631)
This commit is contained in:
parent
060e887a31
commit
ab5cedfa50
4 changed files with 16 additions and 15 deletions
|
@ -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>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue