diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/intro.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/intro.php b/admin/intro.php index 254896878..9d37a1b30 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -42,7 +42,7 @@ check_status(ACCESS_ADMINISTRATOR); // Check for upgrade : code inspired from punbb if (isset($_GET['action']) and 'check_upgrade' == $_GET['action']) { - if (!fetchRemote(PHPWG_URL.'/latest_version', $result)) + if (!fetchRemote(PHPWG_URL.'/download/latest_version', $result)) { array_push($page['errors'], l10n('Unable to check for upgrade.')); } |