From 40ada8e525c94fd32087f6d85115fcf219bf39cd Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 24 Sep 2016 11:15:14 +0200 Subject: [PATCH] Add `beforeEmbeddedProcess@HtmlInputNodeProcessor` event --- .../lib/system/html/input/node/HtmlInputNodeProcessor.class.php | 2 ++ 1 file changed, 2 insertions(+) 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 2cb79cbe92..ebc7921cc8 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 @@ -121,6 +121,8 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor { $element->removeAttribute('class'); } + EventHandler::getInstance()->fireAction($this, 'beforeEmbeddedProcess'); + // extract embedded content $this->processEmbeddedContent(); -- 2.20.1