forked from extern/egroupware
fix TypeError and missing padding after OAuth authentication in wizard
This commit is contained in:
parent
9f95db7ad8
commit
f0a2a4608e
@ -431,7 +431,7 @@ class admin_mail
|
||||
}
|
||||
|
||||
$tpl = new Etemplate('admin.mailwizard.folder');
|
||||
$tpl->exec(static::APP_CLASS.'folder', $content, $sel_options, array(), $content);
|
||||
$tpl->exec(static::APP_CLASS.'folder', $content, $sel_options, array(), $content, 2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user