mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
fixing the fix ;)
This commit is contained in:
parent
ac4090b068
commit
26228d137b
@ -1019,9 +1019,9 @@ class filemanager_ui
|
|||||||
if($query['col_filter']['path'] && $vfs_options['name'])
|
if($query['col_filter']['path'] && $vfs_options['name'])
|
||||||
{
|
{
|
||||||
// Query the requested path, in case it's nested
|
// Query the requested path, in case it's nested
|
||||||
if(!is_array($query['col_filter']['dir']))
|
if(!is_array($query['col_filter']['path']))
|
||||||
{
|
{
|
||||||
$query['col_filter']['dir'] = $query['col_filter']['dir'] ? [$query['col_filter']['dir']] : [];
|
$query['col_filter']['path'] = $query['col_filter']['path'] ? [$query['col_filter']['path']] : [];
|
||||||
}
|
}
|
||||||
$query['col_filter']['path'][] = $query['path'];
|
$query['col_filter']['path'][] = $query['path'];
|
||||||
foreach($query['col_filter']['path'] as $filter_path)
|
foreach($query['col_filter']['path'] as $filter_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user