The function is now protected again
This commit is contained in:
parent
e4be1e0cd5
commit
385c03364f
|
@ -181,7 +181,7 @@ class BaseApi extends BaseModule
|
|||
*
|
||||
* @return int User ID
|
||||
*/
|
||||
public static function getCurrentUserID()
|
||||
protected static function getCurrentUserID()
|
||||
{
|
||||
$uid = OAuth::getCurrentUserID();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user