From: Hypolite Petovan Date: Mon, 15 Jan 2018 15:39:27 +0000 (-0500) Subject: Add use dba to Content\Widget X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=145dc37a531ae2955276a35263fca5b18915d345;p=friendica.git Add use dba to Content\Widget --- diff --git a/src/Content/Widget.php b/src/Content/Widget.php index 40579d7c4b..3c8131f45c 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -6,13 +6,15 @@ namespace Friendica\Content; use Friendica\Content\ContactSelector; use Friendica\Content\Feature; -use Friendica\Core\System; use Friendica\Core\Config; use Friendica\Core\PConfig; +use Friendica\Core\System; use Friendica\Database\DBM; use Friendica\Model\GContact; use Friendica\Model\Profile; +use dba; + require_once 'boot.php'; class Widget