forked from Snck3rs/contao-leaflet-maps
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