fix TypeError and missing padding after OAuth authentication in wizard

This commit is contained in:
ralf 2023-03-08 11:08:06 +01:00
parent 9f95db7ad8
commit f0a2a4608e

View File

@ -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);
}
/**