mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"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
561f5e5aac
commit
d4f228cdfb
@ -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