From 385c03364f61b234924c787e090c9b7e44859bee Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 8 Jun 2021 20:45:58 +0000 Subject: [PATCH] The function is now protected again --- src/Module/BaseApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index af5298cce..bae466c90 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();