From baf1c6a949614b38fba530bff13186bd4404bceb Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 29 Mar 2019 15:35:15 +0100 Subject: [PATCH] Code style --- .../lib/system/html/input/node/HtmlInputNodeProcessor.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php index 4ebe95767d..dea9841fe1 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php @@ -167,7 +167,6 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor { // extract embedded content $this->processEmbeddedContent(); - EventHandler::getInstance()->fireAction($this, 'afterProcess'); } -- 2.20.1