forked from extern/egroupware
"handling if user clicks on a link in filemanager
- reset lettersearch as it confuses users (they think the dir is empty) - switch recusive display off "
This commit is contained in:
parent
4e37e78c97
commit
acc4f5030e
@ -110,6 +110,10 @@ class filemanager_ui
|
||||
{
|
||||
$msg .= lang('The requested path %1 is not available.',$path);
|
||||
}
|
||||
// reset lettersearch as it confuses users (they think the dir is empty)
|
||||
$content['nm']['searchletter'] = false;
|
||||
// switch recusive display off
|
||||
if (!$content['nm']['filter']) $content['nm']['filter'] = '1';
|
||||
}
|
||||
}
|
||||
// check if we have a failed upload AND upload_max_filesize >= post_max_size --> no $_POST array
|
||||
|
Loading…
Reference in New Issue
Block a user