mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.
PHPBB3-10278
This commit is contained in:
parent
091119605a
commit
1dc1583b92
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue