Fixed method call
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Oct 2016 10:46:08 +0000 (12:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Oct 2016 10:46:08 +0000 (12:46 +0200)
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php

index d00e336e8ce6e753b631d9b6aea6f002fe80f3f6..84a4479a1a4b35b9509246e416d67f1e5418656d 100644 (file)
@@ -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)
                ];