]> git.mxchange.org Git - friendica.git/commitdiff
The function is now protected again
authorMichael <heluecht@pirati.ca>
Tue, 8 Jun 2021 20:45:58 +0000 (20:45 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 8 Jun 2021 20:45:58 +0000 (20:45 +0000)
src/Module/BaseApi.php

index af5298cce62856c1b5bd622d303b99c272e2a6cc..bae466c90570eeb9050460ec01bd5a0c14a5f593 100644 (file)
@@ -181,7 +181,7 @@ class BaseApi extends BaseModule
         *
         * @return int User ID
         */
-       public static function getCurrentUserID()
+       protected static function getCurrentUserID()
        {
                $uid = OAuth::getCurrentUserID();