Url\Params: remove() should reindex on change

There was a small bug, fixed.

refs #6699
This commit is contained in:
Thomas Gelf 2014-08-19 09:49:53 +02:00
parent 344909dfcd
commit b9cc964e24
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class UrlParams
foreach ($this->index[$p] as $key) {
unset($this->params[$key]);
}
$this->changed = true;
$changed = true;
}
}