Loading core/modules/forum/src/Controller/ForumController.php +0 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading Loading
core/modules/forum/src/Controller/ForumController.php +0 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading