From: Michael Date: Wed, 17 Nov 2021 21:50:39 +0000 (+0000) Subject: Change back auth X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e30bd8ff7d1045c134b84563e15c1ddf863b026;p=friendica.git Change back auth --- diff --git a/include/api.php b/include/api.php index f13d369b6e..4c7a9d7f96 100644 --- a/include/api.php +++ b/include/api.php @@ -82,7 +82,7 @@ $called_api = []; */ function api_user() { - $user = BaseApi::getCurrentUserID(); + $user = OAuth::getCurrentUserID(); if (!empty($user)) { return $user; }