From 3cb6f37cc1bdc3bbe10ca0a1a6ccfc7e0abc5c29 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 29 Nov 2022 11:55:59 +0000
Subject: [PATCH] Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin
 Yordanov: Typo in the machine name for Container field in
 ForumController::addForum

---
 core/modules/forum/src/Controller/ForumController.php | 1 -
 1 file changed, 1 deletion(-)

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