mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +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
a6c30d1618
commit
f41395418b
@ -663,7 +663,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