mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix Scrutinizer "bugs"
This commit is contained in:
parent
dbb46f7574
commit
47e1c995f7
@ -339,7 +339,7 @@ class filemanager_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
$msg .= lang('The requested path %1 is not available.',Vfs::decodePath($path));
|
||||
$msg .= lang('The requested path %1 is not available.', $path ? Vfs::decodePath($path) : "false");
|
||||
}
|
||||
// reset lettersearch as it confuses users (they think the dir is empty)
|
||||
$content['nm']['searchletter'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user