mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Use decoded entities.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user