Skip to content

Commit 19d6540

Browse files
author
guetz
committed
Bug fix with the smarty update to php8
1 parent eee82a6 commit 19d6540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

picture.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function osm_loc_begin_picture()
4040
$template->set_prefilter('picture', 'osm_insert_map');
4141
}
4242

43-
function osm_insert_map($content, &$smarty)
43+
function osm_insert_map($content)
4444
{
4545
global $conf;
4646
load_language('plugin.lang', OSM_PATH);

0 commit comments

Comments
 (0)