Skip to content
Snippets Groups Projects
Commit a9c9cea2 authored by Jay Friendly's avatar Jay Friendly
Browse files

Issue #2976468 by zenimagine: The 'to' field is being shown on private message threads

parent 30b5e770
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class PrivateMessageForm extends ContentEntityForm {
/**
* {@inheritdoc}
*/
public function buildForm(array $form, FormStateInterface $form_state) {
public function buildForm(array $form, FormStateInterface $form_state, $privateMessageThread = NULL) {
$form = parent::buildForm($form, $form_state);
if ($privateMessageThread) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment