do not use reference to temporary element
This commit is contained in:
parent
b0e3dd1169
commit
8ef116f8ae
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
|||
{
|
||||
// Set response
|
||||
$this->response->clearParams();
|
||||
foreach($this->request->getParams() as &$param) {
|
||||
foreach($this->request->getParams() as $param) {
|
||||
$this->response->addParam($param);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue