From 2a7d95b37a35f2944b04c6339dcb3b613b03d421 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Thu, 15 Jan 2015 13:20:29 +0100 Subject: [PATCH] Use decoded entities. --- src/Netzmacht/Contao/Leaflet/Frontend/HybridTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Netzmacht/Contao/Leaflet/Frontend/HybridTrait.php b/src/Netzmacht/Contao/Leaflet/Frontend/HybridTrait.php index 978cc94..9f842e0 100644 --- a/src/Netzmacht/Contao/Leaflet/Frontend/HybridTrait.php +++ b/src/Netzmacht/Contao/Leaflet/Frontend/HybridTrait.php @@ -135,7 +135,7 @@ trait HybridTrait */ private function handleAjaxRequest() { - $input = $this->input->get('leaflet'); + $input = $this->input->get('leaflet', true); // Handle ajax request. if ($input) {