mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
"fixed bug reported on the german list by webmaster-at-kmu-tools.de"
This commit is contained in:
parent
e6d99f37e9
commit
d4a1075c68
@ -67,11 +67,11 @@ class solink
|
||||
{
|
||||
return False; // dont link to self or other nosense
|
||||
}
|
||||
if ($link = $this->get_link($app1,$id1,$app2,$id2))
|
||||
if ($link = self::get_link($app1,$id1,$app2,$id2))
|
||||
{
|
||||
if ($link['link_remark'] != $remark)
|
||||
{
|
||||
$this->update_remark($link['link_id'],$remark);
|
||||
self::update_remark($link['link_id'],$remark);
|
||||
}
|
||||
return $link['link_id']; // link alread exist
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user