mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +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) {
|
||||
$this->cache->save(
|
||||
|
||||
Reference in New Issue
Block a user