mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Fix file comments and link comments were disconnected.
This commit is contained in:
parent
22e4fc038f
commit
fbb6f817b1
@ -1375,7 +1375,6 @@ class egw_link extends solink
|
|||||||
if ($prop['ns'] == egw_vfs::DEFAULT_PROP_NAMESPACE && $prop['name'] == 'comment')
|
if ($prop['ns'] == egw_vfs::DEFAULT_PROP_NAMESPACE && $prop['name'] == 'comment')
|
||||||
{
|
{
|
||||||
$link['remark'] = $prop['val'];
|
$link['remark'] = $prop['val'];
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user