fix "+" bug in filtering
This commit is contained in:
committed by
fguillot
parent
71b47b2c5a
commit
41102ec161
@@ -23,7 +23,7 @@ class ProjectHeaderHelper extends Base
|
||||
{
|
||||
$search = $this->request->getStringParam('search', $this->userSession->getFilters($project['id']));
|
||||
$this->userSession->setFilters($project['id'], $search);
|
||||
return urldecode($search);
|
||||
return rawurldecode($search);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user