mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-01-16 20:35:19 +01:00
Fix arguments order of doGenerate() call.
This commit is contained in:
@@ -203,7 +203,7 @@ class MapProvider
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$buffer = $this->doGenerate($mapId, $filter, $elementId, $template, $model, $style);
|
$buffer = $this->doGenerate($model, $filter, $elementId, $template, $style);
|
||||||
|
|
||||||
if ($model->cache) {
|
if ($model->cache) {
|
||||||
$this->cache->save(
|
$this->cache->save(
|
||||||
|
|||||||
Reference in New Issue
Block a user