From 50edd72b747f43e07755a7104add7115cc8ec819 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 25 Jan 2021 16:31:07 +0100 Subject: [PATCH] Replace usage of `setObjectTitles()` with `replaceLinks()` See #3881 --- .../ArticleLinkHtmlInputNodeProcessorListener.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/event/listener/ArticleLinkHtmlInputNodeProcessorListener.class.php b/wcfsetup/install/files/lib/system/event/listener/ArticleLinkHtmlInputNodeProcessorListener.class.php index aac872eabf..c7dbe85751 100644 --- a/wcfsetup/install/files/lib/system/event/listener/ArticleLinkHtmlInputNodeProcessorListener.class.php +++ b/wcfsetup/install/files/lib/system/event/listener/ArticleLinkHtmlInputNodeProcessorListener.class.php @@ -59,7 +59,7 @@ class ArticleLinkHtmlInputNodeProcessorListener extends AbstractHtmlInputNodePro } } - $this->setObjectTitles($eventObj, $regex, $articleContents); + $this->replaceLinks($eventObj, $articleContents); } } } -- 2.20.1