Fixed class name
authorAlexander Ebert <ebert@woltlab.com>
Sun, 25 Sep 2016 22:52:56 +0000 (00:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 25 Sep 2016 22:52:56 +0000 (00:52 +0200)
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTable.class.php

index ae0fdd4bad4044b4e7a1e82d4a02ef5d693b0b19..d63617aa90c2435e6c049ac4e5131bc3f01daa22 100644 (file)
@@ -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
         */