From: Michael Date: Wed, 13 Dec 2017 07:09:20 +0000 (+0000) Subject: Missing "use" added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=785fcd5916f5e0abf2915297c9fa6e28ab5fe361;p=friendica.git Missing "use" added --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 9f93287370..c33852a7d5 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -9,6 +9,8 @@ namespace Friendica\Protocol; use Friendica\Database\DBM; use Friendica\Core\System; use dba; +use DOMDocument; +use DomXPath; require_once("include/html2bbcode.php"); require_once("include/items.php");