From 43db2b47736b73fbda952b43a3f6276ebf1bcf36 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 26 Jul 2021 17:59:17 +0200 Subject: [PATCH] Fix code style --- .../data/article/content/SearchResultArticleContent.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContent.class.php b/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContent.class.php index fd58b40eac..f8630250e8 100644 --- a/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContent.class.php +++ b/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContent.class.php @@ -72,7 +72,6 @@ class SearchResultArticleContent extends ViewableArticleContent implements ISear */ public function getFormattedMessage() { - $processor = new HtmlOutputProcessor(); $processor->setOutputType('text/simplified-html'); $processor->process( -- 2.20.1