From e0b20772b7bd53ca47f2e99c5dc1ae3d51830873 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 26 Sep 2016 00:52:56 +0200 Subject: [PATCH] Fixed class name --- .../lib/system/html/input/node/HtmlInputNodeTable.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTable.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTable.class.php index ae0fdd4bad..d63617aa90 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTable.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTable.class.php @@ -14,7 +14,7 @@ use wcf\util\DOMUtil; * @package WoltLabSuite\Core\System\Html\Input\Node * @since 3.0 */ -class HtmlInputNodeWoltlabTable extends AbstractHtmlInputNode { +class HtmlInputNodeTable extends AbstractHtmlInputNode { /** * @inheritDoc */ -- 2.20.1