From fbb6f817b1dbfaf24caead1a3e1807b4219c0487 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 17 Nov 2015 22:17:00 +0000 Subject: [PATCH] Fix file comments and link comments were disconnected. --- phpgwapi/inc/class.egw_link.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_link.inc.php b/phpgwapi/inc/class.egw_link.inc.php index c015c64d36..a871356f9f 100644 --- a/phpgwapi/inc/class.egw_link.inc.php +++ b/phpgwapi/inc/class.egw_link.inc.php @@ -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; } } }