fixed bug in link-delete, missing this

This commit is contained in:
Ralf Becker 2004-03-11 17:23:37 +00:00
parent 7dcab6a1b0
commit 02c1c5a545

View File

@ -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='')