diff options
-rw-r--r-- | ratatoeskr/frontend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 50f0473..f8cc3d1 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -814,7 +814,7 @@ function frontend_url_handler(&$data, $url_now, &$url_next) { $comment = Comment::create($article, $lang); $comment->author_name = $_POST["author_name"]; - $comment->author_mail = $_POST["author_email"]; + $comment->author_mail = $_POST["author_mail"]; $comment->text = $_POST["comment_text"]; $comment->save(); $ste->vars["current"]["commented"] = "Yes"; |