mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15108] Remove duplicate code in request->context
This commit is contained in:
commit
19cbb8fa9d
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;
|
$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