mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
[ticket/13527] Remove two unused variables.
PHPBB3-13527
This commit is contained in:
parent
03e3ee7f16
commit
251868dd7e
@ -34,9 +34,6 @@ class acp_update
|
||||
$this->page_title = 'ACP_VERSION_CHECK';
|
||||
|
||||
// Get current and latest version
|
||||
$errstr = '';
|
||||
$errno = 0;
|
||||
|
||||
$info = obtain_latest_version_info(request_var('versioncheck_force', false));
|
||||
|
||||
if (empty($info))
|
||||
|
Loading…
x
Reference in New Issue
Block a user