#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:
adametz 2018-06-20 12:26:01 +00:00
parent bea8145faf
commit 3372a1f170

View file

@ -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);
} }
/** /**