Skip to content

Commit 0818c75

Browse files
committed
fix: correzione funzione
1 parent 4578a8d commit 0818c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/aggiornamenti/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
include_once __DIR__.'/modutil.php';
2323

2424
// Definizioni di fallback per le funzioni base
25-
if (!function_exists('base_path')) {
25+
if (!function_exists('base_path_osm')) {
2626
function base_path_osm()
2727
{
2828
return ROOTDIR;

0 commit comments

Comments
 (0)