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';