From 9f75c68768a995388a5c49d41a1dfddce37f7277 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Tue, 30 Jul 2013 06:01:04 -0700 Subject: [PATCH] Issue #2050777 by nick_schuch, larowlan: Fix reference to incorrect class in docs --- .../modules/forum/lib/Drupal/forum/Form/ForumFormController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php b/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php index 7d2849c14e47..b5177476d20e 100644 --- a/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php +++ b/core/modules/forum/lib/Drupal/forum/Form/ForumFormController.php @@ -57,7 +57,7 @@ class ForumFormController extends TermFormController implements EntityController protected $storageController; /** - * Constructs a new MenuLinkFormController object. + * Constructs a new ForumFormController object. * * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * The module handler. -- GitLab