mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15108] Remove duplicate code in request->context
PHPBB3-15108
This commit is contained in:
parent
3322117c38
commit
18eaf10e5a
1 changed files with 0 additions and 6 deletions
|
@ -169,12 +169,6 @@ class request implements \phpbb\request\request_interface
|
|||
$GLOBALS[$this->super_globals[$super_global]][$var_name] = $value;
|
||||
}
|
||||
}
|
||||
|
||||
if (!$this->super_globals_disabled())
|
||||
{
|
||||
unset($GLOBALS[$this->super_globals[$super_global]][$var_name]);
|
||||
$GLOBALS[$this->super_globals[$super_global]][$var_name] = $value;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue