From: Adam Magness Date: Mon, 4 Dec 2017 23:30:18 +0000 (-0500) Subject: Update use X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3473f9999e107a936882f5dce89d45f0b6db2e9;p=friendica.git Update use Forgot to update a use statement. --- diff --git a/include/api.php b/include/api.php index e55af1ae99..740abf1e2e 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';