mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
fix Scrutinizer "bugs"
This commit is contained in:
parent
230ec19265
commit
69585fb6d2
@ -339,7 +339,7 @@ class filemanager_ui
|
|||||||
}
|
}
|
||||||
else
|
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)
|
// reset lettersearch as it confuses users (they think the dir is empty)
|
||||||
$content['nm']['searchletter'] = false;
|
$content['nm']['searchletter'] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user