summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
Diffstat (limited to 'includes/helper')
-rw-r--r--includes/helper/email_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php
index e9e5a323..7cd60933 100644
--- a/includes/helper/email_helper.php
+++ b/includes/helper/email_helper.php
@@ -28,7 +28,7 @@ function engelsystem_email_to_user($recipient_user, $title, $message, $not_if_it
$recipient_user['email'],
$title,
'emails/mail',
- ['user' => $recipient_user['Nick'], 'message' => $message]
+ ['username' => $recipient_user['Nick'], 'message' => $message]
);
$translator->setLocale($locale);