Fix per funzione base_path non trovata in fase di aggiornamento da versione < 2.4.19
This commit is contained in:
parent
89f38c8c9e
commit
fdd6a69f0a
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue