mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-04 05:48:36 +01:00
Lowercasee L.contao.
This commit is contained in:
@@ -150,7 +150,7 @@ class BootSubscriber implements EventSubscriberInterface
|
||||
}
|
||||
|
||||
if ($icons) {
|
||||
$buffer = sprintf('L.Contao.loadIcons(%s);', json_encode($icons));
|
||||
$buffer = sprintf('L.contao.loadIcons(%s);', json_encode($icons));
|
||||
}
|
||||
|
||||
$file = new \File('assets/leaflet/js/icons.js');
|
||||
|
||||
Reference in New Issue
Block a user