forked from extern/egroupware
Fix missed Api change
This commit is contained in:
parent
1faa2495de
commit
16bf89faa6
@ -471,7 +471,7 @@ use EGroupware\Api\Etemplate;
|
|||||||
if($dst_file)
|
if($dst_file)
|
||||||
{
|
{
|
||||||
// Still have uploaded file, jump there
|
// 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['step'] = 'wizard_step30';
|
||||||
}
|
}
|
||||||
$edit_link = Egw::link('/index.php',$edit_link);
|
$edit_link = Egw::link('/index.php',$edit_link);
|
||||||
|
Loading…
Reference in New Issue
Block a user