mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 04:53:56 +01:00
Fetch mode.
This commit is contained in:
@@ -72,7 +72,7 @@ class MapDcaListener extends AbstractListener
|
|||||||
$statement->bindValue('mid', $dataContainer->id);
|
$statement->bindValue('mid', $dataContainer->id);
|
||||||
|
|
||||||
if ($statement->execute()) {
|
if ($statement->execute()) {
|
||||||
return $statement->fetchAll(PDO::FETCH_ASSOC, PDO::FETCH_COLUMN, 0);
|
return $statement->fetchAll(PDO::FETCH_COLUMN, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
|
|||||||
Reference in New Issue
Block a user