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) {