From: Alexander Ebert Date: Fri, 29 Mar 2019 14:35:15 +0000 (+0100) Subject: Code style X-Git-Tag: 5.2.0_Alpha_1~176^2~7^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=baf1c6a949614b38fba530bff13186bd4404bceb;p=GitHub%2FWoltLab%2FWCF.git Code style --- 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'); }