1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.

PHPBB3-10278
This commit is contained in:
Andreas Fischer
2011-10-13 18:23:33 +02:00
parent 091119605a
commit 1dc1583b92

View File

@@ -37,7 +37,7 @@ class acp_update
$errstr = '';
$errno = 0;
$info = obtain_latest_version_info(request_var('versioncheck_force', false), true);
$info = obtain_latest_version_info(request_var('versioncheck_force', false));
if ($info === false)
{