mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
fix export CSV
This commit is contained in:
parent
2ea7f7711f
commit
8136d8e0cb
3 changed files with 12 additions and 36 deletions
|
@ -312,7 +312,7 @@ class Place
|
|||
$noteContent .= "FIXME: " . $tags['fixme'];
|
||||
$hasNote = true;
|
||||
}
|
||||
$this->setNoteContent($noteContent ?: null);
|
||||
$this->setNoteContent($noteContent ? $noteContent : null);
|
||||
$this->setHasNote($hasNote);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue