We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99d4a96 + 8238d04 commit c31dc0fCopy full SHA for c31dc0f
interface/web/mail/mail_user_edit.php
@@ -70,6 +70,9 @@ function onShowNew() {
70
function onShowEnd() {
71
global $app, $conf;
72
73
+ // Workaround for #5448, accessed via link on quota dashlet.
74
+ $app->tpl->setVar('app_module', 'mail');
75
+
76
$email = $this->dataRecord["email"];
77
$email_parts = explode("@", $email);
78
$app->tpl->setVar("email_local_part", $email_parts[0]);
0 commit comments