From: Michael Date: Thu, 8 Feb 2018 06:08:07 +0000 (+0000) Subject: Bugfix: a forgotten "use" in bbcode.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87280ebf57c5f1a3fd46ef0067aa303cdb8da14b;p=friendica.git Bugfix: a forgotten "use" in bbcode.php --- diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index d2df3cee2f..bd2a734720 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -5,6 +5,7 @@ namespace Friendica\Content\Text; use DOMDocument; +use DomXPath; use Exception; use Friendica\Content\OEmbed; use Friendica\Content\Smilies;