mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix warning about incorrect parameters to array_flip()
This commit is contained in:
parent
4bbfe978dd
commit
a63df98b05
@ -833,7 +833,7 @@ class filemanager_ui
|
||||
if (!$query['csv_export'])
|
||||
{
|
||||
Api\Cache::setSession('filemanager', 'index',
|
||||
array_diff_key ($query, array_flip('rows','actions','action_links','placeholder_actions')));
|
||||
array_diff_key ($query, array_flip(array('rows','actions','action_links','placeholder_actions'))));
|
||||
}
|
||||
if(!$query['path']) $query['path'] = static::get_home_dir();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user