mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 00:40:45 +00:00
Replace Function fetchUpdates() with checkForUpdates()
This commit is contained in:
@@ -3,7 +3,7 @@ require_once "includes/inc_all_admin.php";
|
||||
|
||||
require_once "../includes/database_version.php";
|
||||
|
||||
$updates = fetchUpdates();
|
||||
$updates = checkForUpdates();
|
||||
|
||||
$latest_version = $updates->latest_version;
|
||||
$current_version = $updates->current_version;
|
||||
|
||||
@@ -1251,7 +1251,7 @@ if ($config_telemetry > 0 || $config_telemetry == 2) {
|
||||
|
||||
|
||||
// Fetch Updates
|
||||
$updates = fetchUpdates();
|
||||
$updates = checkForUpdates();
|
||||
|
||||
$update_message = $updates->update_message;
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ function display_folder_options($parent_folder_id, $client_id, $indent = 0) {
|
||||
}
|
||||
}
|
||||
|
||||
function fetchUpdates() {
|
||||
function checkForUpdates() {
|
||||
|
||||
global $repo_branch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user