[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 = ''; $errstr = '';
$errno = 0; $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) if ($info === false)
{ {