From e10bfd23f90f477401047fcfe435fbbfa68f8c1a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 20 Oct 2016 12:46:08 +0200 Subject: [PATCH] Fixed method call --- .../input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php index d00e336e8c..84a4479a1a 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php @@ -87,7 +87,7 @@ class HtmlInputNodeWoltlabMetacodeMarker extends AbstractHtmlInputNode { protected function filterGroups(array $groups, AbstractHtmlNodeProcessor $htmlNodeProcessor) { /** @noinspection PhpUndefinedMethodInspection */ $data = [ - 'context' => $htmlNodeProcessor->getContext(), + 'context' => $htmlNodeProcessor->getHtmlProcessor()->getContext(), 'bbcodes' => array_keys($groups) ]; -- 2.20.1