Added the last correction to UM online open

This commit is contained in:
Arturo Gonzalez 2017-03-17 15:00:14 +01:00
parent c9fd56df75
commit d426cbbe4a
1 changed files with 3 additions and 3 deletions

View File

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