mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-10 21:18:37 +01:00
fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session
This commit is contained in:
parent
a7462214e6
commit
4044382c8a
@ -654,7 +654,7 @@
|
||||
|
||||
$filter['filterName'] = lang('Quicksearch');
|
||||
$filter['type'] = $_searchType;
|
||||
$filter['string'] = $_searchString;
|
||||
$filter['string'] = str_replace('"','\"', str_replace('\\','\\\\',$_searchString));
|
||||
$filter['status'] = $_status;
|
||||
|
||||
$this->sessionData['messageFilter'] = $filter;
|
||||
|
Loading…
Reference in New Issue
Block a user