Fix file comments and link comments were disconnected.

This commit is contained in:
Nathan Gray 2015-11-17 22:17:00 +00:00
parent 22e4fc038f
commit fbb6f817b1

View File

@ -1375,7 +1375,6 @@ class egw_link extends solink
if ($prop['ns'] == egw_vfs::DEFAULT_PROP_NAMESPACE && $prop['name'] == 'comment')
{
$link['remark'] = $prop['val'];
break;
}
}
}