mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
forgot to modify Link::get_data()
This commit is contained in:
parent
81829c2496
commit
f15b5552ad
@ -1611,7 +1611,8 @@ class Link extends Link\Storage
|
||||
{
|
||||
throw new Exception\WrongParameter(__METHOD__."('$id')");
|
||||
}
|
||||
$ret = call_user_func_array('self::exec', $data);
|
||||
$method = array_shift($data);
|
||||
$ret = self::exec($method, $data);
|
||||
|
||||
if (is_resource($ret)) fseek($ret, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user