diff --git a/src/Controller/FediPlanController.php b/src/Controller/FediPlanController.php index af022e5..a9683cf 100644 --- a/src/Controller/FediPlanController.php +++ b/src/Controller/FediPlanController.php @@ -192,7 +192,7 @@ class FediPlanController extends AbstractController 'Success', 'The message has been scheduled' ); - $form = $this->createForm(ComposeType::class, $compose); + $form = $this->createForm(ComposeType::class, $compose, ['user' => $this->getUser()]); } } $user = $this->getUser();