From: Alexander Ebert Date: Thu, 20 Oct 2016 10:46:08 +0000 (+0200) Subject: Fixed method call X-Git-Tag: 3.0.0_Beta_3~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e10bfd23f90f477401047fcfe435fbbfa68f8c1a;p=GitHub%2FWoltLab%2FWCF.git Fixed method call --- 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) ];