mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +01:00
fix TypeError and missing padding after OAuth authentication in wizard
This commit is contained in:
parent
61ee847fd1
commit
7d121f8215
@ -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