mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
Testing tests
This commit is contained in:
parent
420f6c652f
commit
3c0f22b2dd
2 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@ class BasicAuth
|
|||
return (int)self::$current_user_id;
|
||||
}
|
||||
|
||||
public static function setCurrentUserID(int $uid)
|
||||
public static function setCurrentUserID(int $uid = null)
|
||||
{
|
||||
self::$current_user_id = $uid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue