fix error in account migration in a minimal install

This commit is contained in:
Ralf Becker 2016-11-17 13:00:19 +01:00
parent 9d7ff6e616
commit 354f88be74

View File

@ -24,7 +24,7 @@ if (!$GLOBALS['egw_setup']->auth('Config') || $_POST['cancel'])
// Does not return unless user is authorized
$tpl_root = $GLOBALS['egw_setup']->html->setup_tpl_dir('setup');
$setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);
$setup_tpl = new Api\Framework\Template($tpl_root);
$setup_tpl->set_file(array(
'migration' => 'account_migration.tpl',
'T_head' => 'head.tpl',