diff --git a/mod/forum/post.php b/mod/forum/post.php index 21d487ed437..3b9ed91c54e 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -261,9 +261,9 @@ } if ($post->subject) { - $formstart = "form.message"; + $formstart = "theform.message"; } else { - $formstart = "form.subject"; + $formstart = "theform.subject"; } if ($post->parent) {