diff --git a/core/modules/forum/src/Controller/ForumController.php b/core/modules/forum/src/Controller/ForumController.php
index aa7ca3cfed31d482919669e204920c0e1d7015cc..a7799e85dba772a27df8558cb30f120511f69a19 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');
   }