Url\Params: remove() should reindex on change
There was a small bug, fixed. refs #6699
This commit is contained in:
parent
344909dfcd
commit
b9cc964e24
|
@ -256,7 +256,7 @@ class UrlParams
|
|||
foreach ($this->index[$p] as $key) {
|
||||
unset($this->params[$key]);
|
||||
}
|
||||
$this->changed = true;
|
||||
$changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue