mirror of
https://github.com/friendica/friendica
synced 2024-11-19 13:03:41 +00:00
The function is now protected again
This commit is contained in:
parent
e4be1e0cd5
commit
385c03364f
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class BaseApi extends BaseModule
|
||||||
*
|
*
|
||||||
* @return int User ID
|
* @return int User ID
|
||||||
*/
|
*/
|
||||||
public static function getCurrentUserID()
|
protected static function getCurrentUserID()
|
||||||
{
|
{
|
||||||
$uid = OAuth::getCurrentUserID();
|
$uid = OAuth::getCurrentUserID();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue