]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: a forgotten "use" in bbcode.php
authorMichael <heluecht@pirati.ca>
Thu, 8 Feb 2018 06:08:07 +0000 (06:08 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 8 Feb 2018 06:08:07 +0000 (06:08 +0000)
src/Content/Text/BBCode.php

index d2df3cee2f7714b9797ebdc38e4e05feb4028f46..bd2a734720d4065307008a7e81ae305805c66272 100644 (file)
@@ -5,6 +5,7 @@
 namespace Friendica\Content\Text;
 
 use DOMDocument;
+use DomXPath;
 use Exception;
 use Friendica\Content\OEmbed;
 use Friendica\Content\Smilies;