mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
do NOT store query, if hierarchical data / children are requested
This commit is contained in:
parent
f814b6077e
commit
a15e7d31b1
@ -756,8 +756,11 @@ class filemanager_ui
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'projectmanager';
|
||||
}
|
||||
// do NOT store query, if hierarchical data / children are requested
|
||||
if (empty($query['col_filter']['parent_id']))
|
||||
{
|
||||
egw_session::appsession('index','filemanager',$query);
|
||||
|
||||
}
|
||||
// be tolerant with (in previous versions) not correct urlencoded pathes
|
||||
if (!egw_vfs::stat($query['path'],true) && egw_vfs::stat(urldecode($query['path'])))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user