mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Url\Params: remove() should reindex on change
There was a small bug, fixed. refs #6699
This commit is contained in:
parent
344909dfcd
commit
b9cc964e24
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ class UrlParams
|
|||
foreach ($this->index[$p] as $key) {
|
||||
unset($this->params[$key]);
|
||||
}
|
||||
$this->changed = true;
|
||||
$changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue