mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* Calendar/ImportExport: fix PHP Fatal error when importing
This commit is contained in:
parent
fdf515f84a
commit
b4d8b9e747
@ -48,7 +48,7 @@ use EGroupware\Api\Etemplate;
|
||||
|
||||
// We use some inline js in preview results if it fails
|
||||
Api\Header\ContentSecurityPolicy::add('script-src', "unsafe-inline");
|
||||
|
||||
|
||||
$template = new Etemplate('importexport.import_dialog');
|
||||
|
||||
// Load application's translations
|
||||
@ -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