From: Alexander Ebert Date: Sun, 25 Sep 2016 22:52:56 +0000 (+0200) Subject: Fixed class name X-Git-Tag: 3.0.0_Beta_2~134 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0b20772b7bd53ca47f2e99c5dc1ae3d51830873;p=GitHub%2FWoltLab%2FWCF.git Fixed class name --- 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 */