mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
"vfs-mime: fixed empty filename always showed directory logo, now empty filename shows an empty cell"
This commit is contained in:
parent
b413a39b49
commit
a80c2f92c8
@ -157,6 +157,11 @@ class vfs_widget
|
||||
break;
|
||||
|
||||
case 'vfs-mime':
|
||||
if (!$value)
|
||||
{
|
||||
$cell = etemplate::empty_cell();
|
||||
return true;
|
||||
}
|
||||
if (!is_array($value))
|
||||
{
|
||||
if ($value[0] == '/' || count(explode('/',$value)) != 2)
|
||||
|
Loading…
Reference in New Issue
Block a user