mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13527] Remove two unused variables.
PHPBB3-13527
This commit is contained in:
parent
03e3ee7f16
commit
251868dd7e
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ class acp_update
|
||||||
$this->page_title = 'ACP_VERSION_CHECK';
|
$this->page_title = 'ACP_VERSION_CHECK';
|
||||||
|
|
||||||
// Get current and latest version
|
// Get current and latest version
|
||||||
$errstr = '';
|
|
||||||
$errno = 0;
|
|
||||||
|
|
||||||
$info = obtain_latest_version_info(request_var('versioncheck_force', false));
|
$info = obtain_latest_version_info(request_var('versioncheck_force', false));
|
||||||
|
|
||||||
if (empty($info))
|
if (empty($info))
|
||||||
|
|
Loading…
Add table
Reference in a new issue