Skip to content

Commit 92358d6

Browse files
jaapmarcusKristan Kenney
authored andcommitted
Error mail text
1 parent 5880c6d commit 92358d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/user/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
$from = _translate($_POST['v_language'],'MAIL_FROM',$hostname);
8888

8989
if (!empty($_POST['v_name'])) {
90-
$mailtext = _translate($_POST['v_language'],'GREETINGS_GORDON',$_POST['fname']);
90+
$mailtext = _translate($_POST['v_language'],'GREETINGS_GORDON',$_POST['v_name']);
9191
} else {
9292
$mailtext = _translate($_POST['v_language'],'GREETINGS');
9393
}

0 commit comments

Comments
 (0)