mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
fix error in account migration in a minimal install
This commit is contained in:
parent
de1dc88d98
commit
519ce307e0
@ -24,7 +24,7 @@ if (!$GLOBALS['egw_setup']->auth('Config') || $_POST['cancel'])
|
|||||||
// Does not return unless user is authorized
|
// Does not return unless user is authorized
|
||||||
|
|
||||||
$tpl_root = $GLOBALS['egw_setup']->html->setup_tpl_dir('setup');
|
$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(
|
$setup_tpl->set_file(array(
|
||||||
'migration' => 'account_migration.tpl',
|
'migration' => 'account_migration.tpl',
|
||||||
'T_head' => 'head.tpl',
|
'T_head' => 'head.tpl',
|
||||||
|
Loading…
Reference in New Issue
Block a user