From 53fd79fdfe7a07d40edb9d9546d35be47314f6e2 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Mon, 23 Nov 2020 18:12:37 +0100 Subject: [PATCH] Fix definizione funzione base_path per Aggiornamenti --- modules/aggiornamenti/edit.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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