From: Adam Magness Date: Tue, 6 Nov 2018 02:15:47 +0000 (-0500) Subject: Missing Include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=926405994547c68dd192d51d197040fe25b9a1ab;p=friendica.git Missing Include missed use statement --- 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";