#1433: Karte wird nicht angezeigt
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3407 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
bea8145faf
commit
3372a1f170
1 changed files with 1 additions and 1 deletions
|
|
@ -1568,7 +1568,7 @@ class TravelProgram
|
||||||
|
|
||||||
public function getHasMap()
|
public function getHasMap()
|
||||||
{
|
{
|
||||||
return ($this->showMap ?? 0) > 0 && ($this->mapHtml or $this->mapHtml);
|
return ($this->showMap ?? 0) > 0 && ($this->mapHtml or $this->mapImage);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue