Skip to content

Commit ebb344e

Browse files
authored
Merge pull request #197 from Piwigo/bug-smarty-update
Bug fix with the smarty update to php8
2 parents 8c8ec80 + 19d6540 commit ebb344e

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)