diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-14 20:18:08 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-14 20:18:08 +0100 |
commit | cc00c54f6a2561c6bafa51e8f4da53ae4773922b (patch) | |
tree | 99579e1eb21a8afd78818d1ba93fcac620a93039 /lib/user.php | |
parent | e8b45caa510e9470dfd0c49abfa387af0b8ae204 (diff) | |
download | nextcloud-server-cc00c54f6a2561c6bafa51e8f4da53ae4773922b.tar.gz nextcloud-server-cc00c54f6a2561c6bafa51e8f4da53ae4773922b.zip |
Remove uneeded returns
Diffstat (limited to 'lib/user.php')
-rw-r--r-- | lib/user.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/user.php b/lib/user.php index e3686e32e17..e75c7d9b68c 100644 --- a/lib/user.php +++ b/lib/user.php @@ -267,7 +267,6 @@ class OC_User { /** * @brief Logs the current user out and kills all the session data - * @returns true * * Logout, destroys session */ @@ -276,7 +275,6 @@ class OC_User { session_unset(); session_destroy(); OC_User::unsetMagicInCookie(); - return true; } /** |