From 145dc37a531ae2955276a35263fca5b18915d345 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 15 Jan 2018 10:39:27 -0500 Subject: [PATCH] Add use dba to Content\Widget --- src/Content/Widget.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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