diff --git a/modules/aggiornamenti/edit.php b/modules/aggiornamenti/edit.php index 195d1f7ad..471144f8d 100755 --- a/modules/aggiornamenti/edit.php +++ b/modules/aggiornamenti/edit.php @@ -78,7 +78,10 @@ if (function_exists('customComponents')) { //Fix per funzione base_path non trovata in fase di aggiornamento da versione < 2.4.19 if (!function_exists('base_path')) { - return ROOTDIR; + function base_path() + { + return ROOTDIR; + } } // Aggiornamenti