diff --git a/modules/aggiornamenti/edit.php b/modules/aggiornamenti/edit.php index 181479f18..195d1f7ad 100755 --- a/modules/aggiornamenti/edit.php +++ b/modules/aggiornamenti/edit.php @@ -76,6 +76,11 @@ 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; +} + // Aggiornamenti if (setting('Attiva aggiornamenti')) { $alerts = [];