mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
* ImportExport: fix PHP Fatal in import wizard in minimal install
This commit is contained in:
parent
43eb31682a
commit
1e1739668e
@ -81,7 +81,7 @@ class importexport_wizard_basic_import_csv
|
||||
case 'next':
|
||||
// Move sample file to temp
|
||||
if($content['file']['tmp_name']) {
|
||||
$GLOBALS['egw']->session->appsession('csvfile',$content['application'],$content['file']['tmp_name']);
|
||||
Api\Cache::setSession($content['application'], 'csvfile', $content['file']['tmp_name']);
|
||||
}
|
||||
unset($content['file']);
|
||||
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],1);
|
||||
|
Loading…
Reference in New Issue
Block a user