From 41159cd14fdb3d4e16c09aa2851ecc805cb6c268 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Sun, 14 Jan 2018 21:41:56 -0500 Subject: [PATCH] use --- include/contact_widgets.php | 1 + index.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/contact_widgets.php b/include/contact_widgets.php index d5f791fee7..f8fb80c59d 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -9,6 +9,7 @@ use Friendica\Core\Config; use Friendica\Core\PConfig; use Friendica\Database\DBM; use Friendica\Model\GContact; +use Friendica\Model\Profile; function follow_widget($value = "") { diff --git a/index.php b/index.php index 3e01b60c33..74a88eb7eb 100644 --- a/index.php +++ b/index.php @@ -14,8 +14,8 @@ use Friendica\Core\System; use Friendica\Core\Config; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Profile; use Friendica\Module\Login; -use Friendica\Module\Profile; require_once 'boot.php';