mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Remove uneeded return
Thx @Raydiation
This commit is contained in:
parent
fa78fbe0c3
commit
e8b45caa51
1 changed files with 0 additions and 3 deletions
|
|
@ -260,12 +260,9 @@ class OC_User {
|
|||
|
||||
/**
|
||||
* @brief Sets user id for session and triggers emit
|
||||
* @returns true
|
||||
*
|
||||
*/
|
||||
public static function setUserId($uid) {
|
||||
$_SESSION['user_id'] = $uid;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue