diff --git a/core/modules/forum/src/Controller/ForumController.php b/core/modules/forum/src/Controller/ForumController.php index aa7ca3cfed3..a7799e85dba 100644 --- a/core/modules/forum/src/Controller/ForumController.php +++ b/core/modules/forum/src/Controller/ForumController.php @@ -255,7 +255,6 @@ class ForumController extends ControllerBase { $vid = $this->config('forum.settings')->get('vocabulary'); $taxonomy_term = $this->termStorage->create([ 'vid' => $vid, - 'forum_controller' => 0, ]); return $this->entityFormBuilder()->getForm($taxonomy_term, 'forum'); }