1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Fix definizione funzione base_path per Aggiornamenti

This commit is contained in:
Dasc3er 2020-11-23 18:12:37 +01:00
parent 5372bc66a0
commit 53fd79fdfe

View File

@ -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