mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
* Calendar/ImportExport: fix PHP Fatal error when importing
This commit is contained in:
parent
fdf515f84a
commit
b4d8b9e747
@ -102,7 +102,7 @@ use EGroupware\Api\Etemplate;
|
||||
// Destination if we need to hold the file
|
||||
if($file)
|
||||
{
|
||||
$cachefile = new egw_cache_files(array());
|
||||
$cachefile = new Api\Cache\Files(array());
|
||||
$dst_file = $cachefile->filename(Api\Cache::keys(Api\Cache::INSTANCE, 'importexport',
|
||||
'import_'.md5($content['file']['name'].$GLOBALS['egw_info']['user']['account_id']), true),true);
|
||||
// Keep file
|
||||
|
Loading…
Reference in New Issue
Block a user