mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02: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
@ -256,7 +256,7 @@ class UrlParams
|
||||
foreach ($this->index[$p] as $key) {
|
||||
unset($this->params[$key]);
|
||||
}
|
||||
$this->changed = true;
|
||||
$changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user