mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 20:13:49 +01:00
Use decoded entities.
This commit is contained in:
@@ -135,7 +135,7 @@ trait HybridTrait
|
|||||||
*/
|
*/
|
||||||
private function handleAjaxRequest()
|
private function handleAjaxRequest()
|
||||||
{
|
{
|
||||||
$input = $this->input->get('leaflet');
|
$input = $this->input->get('leaflet', true);
|
||||||
|
|
||||||
// Handle ajax request.
|
// Handle ajax request.
|
||||||
if ($input) {
|
if ($input) {
|
||||||
|
|||||||
Reference in New Issue
Block a user