forked from extern/egroupware
fix error in account migration in a minimal install
This commit is contained in:
parent
9d7ff6e616
commit
354f88be74
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user