- Issue created by @yom
- 🇮🇳India dineshkumarbollu
@yom, try to call strip_tags() method after checking NULL may fix the issue.
$tooltip = isset($entity) && !empty($tooltip_field) ? $this->rendered_fields[$id][$tooltip_field] ?? NULL : NULL; if ($tooltip !== NULL) { $tooltip = trim(html_entity_decode(strip_tags($tooltip), ENT_QUOTES)); }
- Status changed to Needs review
10 months ago 9:58am 1 March 2024 - 🇮🇳India abhishek_virasat
@yom , fixed the issue and created Patch.please kindly review it
- Issue was unassigned.
-
itamair →
committed 45630d4b on 3.0.x authored by
abhishek_gupta1 →
Issue #3424836 by abhishek_gupta1: PHP 8.1 Deprecated function :...
-
itamair →
committed 45630d4b on 3.0.x authored by
abhishek_gupta1 →
- Status changed to Fixed
10 months ago 7:11pm 1 March 2024 - 🇮🇹Italy itamair
thanks. Patch #4 committed into dev, will be part of the next Geofield Map release.
Automatically closed - issue fixed for 2 weeks with no activity.