Fixed method signature
authorAlexander Ebert <ebert@woltlab.com>
Sat, 8 Oct 2016 10:03:08 +0000 (12:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Oct 2016 10:03:13 +0000 (12:03 +0200)
wcfsetup/install/files/lib/system/html/output/AmpHtmlOutputProcessor.class.php

index b4bf974bb8310a77531354d62dafaeb7216f20da..ef2ac5003a64e461b822bee75372217d8b521bd6 100644 (file)
@@ -18,8 +18,8 @@ class AmpHtmlOutputProcessor extends HtmlOutputProcessor {
        /**
         * @inheritDoc
         */
-       public function process($html, $objectType, $objectID) {
-               parent::process($html, $objectType, $objectID);
+       public function process($html, $objectType, $objectID, $doKeywordHighlighting = true) {
+               parent::process($html, $objectType, $objectID, $doKeywordHighlighting);
                
                $document = $this->getHtmlOutputNodeProcessor()->getDocument();