From 16bf89faa6a5577d634c7f8be818f17ea3b0bc08 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 11 May 2016 14:48:27 +0000 Subject: [PATCH] Fix missed Api change --- importexport/inc/class.importexport_import_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index ef4eeca2cb..a84c0c5948 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -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);