The function is now protected again
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user