fix Scrutinizer "bugs"

This commit is contained in:
Ralf Becker 2016-07-02 14:02:13 +02:00
parent 230ec19265
commit 69585fb6d2

View File

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