Skip to content
Snippets Groups Projects
Commit 27e08465 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #44529 fix failure

parent b7aef0ca
Branches
Tags
2 merge requests!1719Dev#44529 library osm,!1717Dev#44529 library osm
......@@ -26,7 +26,7 @@ class ZendAfi_View_Helper_LibrariesMap extends ZendAfi_View_Helper_BaseHelper {
OPEN = 'open',
CLOSE = 'close';
public function librariesMap($libraries, $container_selector, $preferences) {
public function librariesMap($libraries, $container_selector, $preferences = []) {
if(!$libraries)
return '';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment