* Filemanager: fixed clicking on favorites in select popup

This commit is contained in:
Ralf Becker 2014-12-12 09:49:36 +00:00
parent 70751405de
commit dc5ff9cf3e

View File

@ -663,7 +663,7 @@ app.classes.filemanager = AppJS.extend(
{
}
else if (widget.value.is_dir)
else if (widget.value.mime == 'httpd/unix-directory')
{
var path = null;
// Cannot do this, there are multiple widgets named path