Skip to content

Commit

Permalink
馃敤 BASE #280 PHP 8.2 corre莽茫o utf8_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Feb 20, 2023
1 parent d884019 commit a66a5a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/classes/webform/TCoordGMS.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ function show($print=true,$flat=false)
if (!$this->getButtonGMap()->getOnClick())
{
$params = array('readonly' => !$this->getEnabled()
, 'mapHeaderText' => utf8_encode($this->getMapHeaderText())
, 'mapHeaderFontColor' => utf8_encode($this->getMapHeaderFontColor())
, 'mapHeaderFontColor' => utf8_encode($this->getMapHeaderFontColor())
, 'mapHeaderCallBaFontSize' => utf8_encode((integer) $this->getMapHeaderFontSize())
, 'mapHeaderText' => StringHelper::utf8_encode($this->getMapHeaderText())
, 'mapHeaderFontColor' => StringHelper::utf8_encode($this->getMapHeaderFontColor())
, 'mapHeaderFontColor' => StringHelper::utf8_encode($this->getMapHeaderFontColor())
, 'mapHeaderCallBaFontSize' => StringHelper::utf8_encode((integer) $this->getMapHeaderFontSize())
, 'mapCallback' => $this->getMapCallback()
, 'zoom' => $this->getMapZoom()
, 'mapType' => $this->getMapType()
Expand Down

0 comments on commit a66a5a4

Please sign in to comment.