This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -138,9 +138,13 @@ class UpdaterService
return $result->addError(new Error($error));
}
\CUpdateClient::logUpdates($updateDescription["DATA"]["#"]["ITEM"]);
\CUpdateClient::finalizeModuleUpdate($updateDescription["DATA"]["#"]["ITEM"]);
$io->writeln('Done!');
Option::set('main', 'update_system_update_time', time());
}
}
@@ -358,6 +362,11 @@ class UpdaterService
}
}
foreach ($itemsUpdated as $key => $value)
{
\CUpdateClient::AddMessage2Log("Updated: {$key}" . ($value != '' ? " ({$value})" : ""), "UPD_SUCCESS");
}
\CUpdateClient::finalizeLanguageUpdate($itemsUpdated);
}