From: Michael Date: Tue, 8 Jun 2021 20:45:58 +0000 (+0000) Subject: The function is now protected again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=385c03364f61b234924c787e090c9b7e44859bee;p=friendica.git The function is now protected again --- diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index af5298cce6..bae466c905 100644 --- a/src/Module/BaseApi.php +++ b/src/Module/BaseApi.php @@ -181,7 +181,7 @@ class BaseApi extends BaseModule * * @return int User ID */ - public static function getCurrentUserID() + protected static function getCurrentUserID() { $uid = OAuth::getCurrentUserID();