mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix (unnecessary) storing rows into session
It causes php-memcached session-handler to loose the session "error saving session to memcached"
This commit is contained in:
parent
8033f8ff7c
commit
a9a2dbd0ad
@ -316,6 +316,7 @@ class infolog_ui
|
||||
unset($query['col_filter']['parent_id']);
|
||||
if(!$query['action'])
|
||||
{
|
||||
unset($query['rows']);
|
||||
Api\Cache::setSession('infolog', $query['session_for'].'session_data', $query);
|
||||
}
|
||||
$query['actions'] = $this->get_actions($query);
|
||||
@ -855,6 +856,7 @@ class infolog_ui
|
||||
{
|
||||
unset($values['nm']['multi_action']);
|
||||
unset($values['nm']['action_id']);
|
||||
unset($values['nm']['rows']);
|
||||
Api\Cache::setSession('infolog', $values['nm']['session_for'].'session_data', $values['nm']);
|
||||
$this->tmpl->location($own_referer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user