From d3473f9999e107a936882f5dce89d45f0b6db2e9 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Mon, 4 Dec 2017 18:30:18 -0500 Subject: [PATCH] Update use Forgot to update a use statement. --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/api.php b/include/api.php index e55af1ae9..740abf1e2 100644 --- a/include/api.php +++ b/include/api.php @@ -13,6 +13,7 @@ use Friendica\Core\NotificationsManager; use Friendica\Core\Worker; use Friendica\Database\DBM; use Friendica\Model\User; +use Friendica\Network\FKOAuth1; use Friendica\Network\HTTPException; use Friendica\Network\HTTPException\BadRequestException; use Friendica\Network\HTTPException\ForbiddenException; @@ -25,7 +26,6 @@ use Friendica\Network\HTTPException\TooManyRequestsException; use Friendica\Object\Contact; use Friendica\Object\Photo; use Friendica\Protocol\Diaspora; -use Friendica\Protocol\FKOAuth1; use Friendica\Util\XML; require_once 'include/bbcode.php';