From 926405994547c68dd192d51d197040fe25b9a1ab Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Mon, 5 Nov 2018 21:15:47 -0500 Subject: [PATCH] Missing Include missed use statement --- include/text.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/text.php b/include/text.php index a3d41f28e5..cfa6c06753 100644 --- a/include/text.php +++ b/include/text.php @@ -27,6 +27,7 @@ use Friendica\Core\Logger; use Friendica\Core\Renderer; use Friendica\Model\FileTag; use Friendica\Util\XML; +use Friendica\Content\Text\HTML; require_once "include/conversation.php"; -- 2.39.5