From d426cbbe4abb8acdd55149a9eb71095fb714be1f Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Fri, 17 Mar 2017 15:00:14 +0100 Subject: [PATCH] Added the last correction to UM online open --- pandora_console/include/functions_update_manager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/functions_update_manager.php b/pandora_console/include/functions_update_manager.php index 43efd7b0e4..92c6f38331 100755 --- a/pandora_console/include/functions_update_manager.php +++ b/pandora_console/include/functions_update_manager.php @@ -678,16 +678,16 @@ function update_manager_extract_package() { function update_manager_starting_update() { global $config; - $full_path = $config['attachment_store'] . "/downloads/"; + $full_path = $config['attachment_store'] . "/downloads"; $homedir = $config['homedir']; - + $result = update_manager_recurse_copy( $full_path, $homedir, array('install.php')); - rrmdir($full_path); + rrmdir($full_path . "/pandora_console"); if (!$result) { db_process_sql_update('tconfig',