mirror of
https://github.com/itflow-org/itflow
synced 2026-08-07 16:17:15 +00:00
Replace Function fetchUpdates() with checkForUpdates()
This commit is contained in:
@@ -1251,7 +1251,7 @@ if ($config_telemetry > 0 || $config_telemetry == 2) {
|
||||
|
||||
|
||||
// Fetch Updates
|
||||
$updates = fetchUpdates();
|
||||
$updates = checkForUpdates();
|
||||
|
||||
$update_message = $updates->update_message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user