mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.
PHPBB3-10278
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user