forked from extern/egroupware
fixed bug in link-delete, missing this
This commit is contained in:
parent
7dcab6a1b0
commit
02c1c5a545
@ -316,7 +316,7 @@
|
||||
*/
|
||||
function unlink($link_id,$app='',$id='',$owner='',$app2='',$id2='')
|
||||
{
|
||||
return unlink2($link_id,$app,$id,$owner,$app2,$id2);
|
||||
return $this->unlink2($link_id,$app,$id,$owner,$app2,$id2);
|
||||
}
|
||||
|
||||
function unlink2($link_id,$app,&$id,$owner='',$app2='',$id2='')
|
||||
|
Loading…
Reference in New Issue
Block a user