forked from Snck3rs/contao-leaflet-maps
Code style.
This commit is contained in:
@@ -96,7 +96,7 @@ abstract class AbstractMapHybrid extends AbstractHybrid
|
||||
];
|
||||
|
||||
if ($model) {
|
||||
$href = 'contao/main.php?do=leaflet&table=tl_leaflet_map&act=edit&id=' . $model->id;;
|
||||
$href = 'contao/main.php?do=leaflet&table=tl_leaflet_map&act=edit&id=' . $model->id;
|
||||
|
||||
$parameters['wildcard'] = '### LEAFLET MAP ' . $model->title . ' ###';
|
||||
$parameters['id'] = $model->id;
|
||||
@@ -112,6 +112,8 @@ abstract class AbstractMapHybrid extends AbstractHybrid
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @throws \Exception If map could not be created.
|
||||
*/
|
||||
protected function prepareTemplateData(array $data): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user