mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:58:53 +00:00
Merge pull request #4718 from javiexin/ticket/15108
[ticket/15108] Remove duplicate code in request->overwrite * github.com:phpbb/phpbb: [ticket/15108] Remove duplicate code in request->context
This commit is contained in:
commit
2d33b6adc6
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