mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix missed Api change
This commit is contained in:
parent
1faa2495de
commit
16bf89faa6
@ -471,7 +471,7 @@ use EGroupware\Api\Etemplate;
|
||||
if($dst_file)
|
||||
{
|
||||
// Still have uploaded file, jump there
|
||||
Cache::setSession($definition->application,'csvfile',$dst_file);
|
||||
Api\Cache::setSession($definition->application,'csvfile',$dst_file);
|
||||
$edit_link['step'] = 'wizard_step30';
|
||||
}
|
||||
$edit_link = Egw::link('/index.php',$edit_link);
|
||||
|
Loading…
Reference in New Issue
Block a user