Verified Commit 23015944 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin Yordanov: Typo in...

Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin Yordanov: Typo in the machine name for Container field in ForumController::addForum

(cherry picked from commit 3cb6f37c)
parent 3b5de12d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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');
  }