"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:
Ralf Becker 2009-04-23 06:06:48 +00:00
parent 4e37e78c97
commit acc4f5030e

View File

@ -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