From 3372a1f1704120c428183645c20683a9f471133c Mon Sep 17 00:00:00 2001 From: adametz Date: Wed, 20 Jun 2018 12:26:01 +0000 Subject: [PATCH] #1433: Karte wird nicht angezeigt git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3407 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Entity/TravelProgram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/AppBundle/Entity/TravelProgram.php b/trunk/src/AppBundle/Entity/TravelProgram.php index 3a826752..babf5c74 100644 --- a/trunk/src/AppBundle/Entity/TravelProgram.php +++ b/trunk/src/AppBundle/Entity/TravelProgram.php @@ -1568,7 +1568,7 @@ class TravelProgram public function getHasMap() { - return ($this->showMap ?? 0) > 0 && ($this->mapHtml or $this->mapHtml); + return ($this->showMap ?? 0) > 0 && ($this->mapHtml or $this->mapImage); } /**