mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Fix temp_link_id to respect egw_data
This commit is contained in:
parent
ed1c1daf4a
commit
1c6242741b
@ -434,7 +434,7 @@ class egw_link extends solink
|
|||||||
*/
|
*/
|
||||||
static function temp_link_id($app,$id)
|
static function temp_link_id($app,$id)
|
||||||
{
|
{
|
||||||
return $app.':'.($app != self::VFS_APPNAME && $app != self::VFS_LINK ? $id : $id['name']);
|
return $app.':'.(!in_array($app, array(self::VFS_APPNAME,self::VFS_LINK, self::DATA_APPNAME)) ? $id : $id['name']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user