mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix PHP Strict Standards: Only variables should be assigned by reference
This commit is contained in:
parent
7e800a4122
commit
71a384798f
@ -685,7 +685,7 @@ class Link extends Link\Storage
|
||||
Storage\History::static_add($app,$id,$GLOBALS['egw_info']['user']['account_id'],'~link~','',$app2.':'.$id2);
|
||||
Storage\History::static_add($app2,$id2,$GLOBALS['egw_info']['user']['account_id'],'~link~','',$app.':'.$id);
|
||||
}
|
||||
$deleted =& Link\Storage::unlink($link_id,$app,$id,$owner,$app2 != '!'.self::VFS_APPNAME ? $app2 : '',$id2,$hold_for_purge);
|
||||
$deleted = Link\Storage::unlink($link_id,$app,$id,$owner,$app2 != '!'.self::VFS_APPNAME ? $app2 : '',$id2,$hold_for_purge);
|
||||
|
||||
// only notify on real links, not the one cached for writing or fileattachments
|
||||
self::notify_unlink($deleted);
|
||||
|
Loading…
Reference in New Issue
Block a user