Fix missed Api change

This commit is contained in:
Nathan Gray 2016-05-11 14:48:27 +00:00
parent 1faa2495de
commit 16bf89faa6

View File

@ -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);