mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix definizione funzione base_path per Aggiornamenti
This commit is contained in:
parent
5372bc66a0
commit
53fd79fdfe
@ -78,8 +78,11 @@ if (function_exists('customComponents')) {
|
|||||||
|
|
||||||
//Fix per funzione base_path non trovata in fase di aggiornamento da versione < 2.4.19
|
//Fix per funzione base_path non trovata in fase di aggiornamento da versione < 2.4.19
|
||||||
if (!function_exists('base_path')) {
|
if (!function_exists('base_path')) {
|
||||||
|
function base_path()
|
||||||
|
{
|
||||||
return ROOTDIR;
|
return ROOTDIR;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Aggiornamenti
|
// Aggiornamenti
|
||||||
if (setting('Attiva aggiornamenti')) {
|
if (setting('Attiva aggiornamenti')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user