mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
=== not ==
This commit is contained in:
parent
d101ff42f1
commit
fe88a62d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class OC_User_HTTP extends OC_User_Backend {
|
|||
|
||||
curl_close($ch);
|
||||
|
||||
if($status == 200) {
|
||||
if($status === 200) {
|
||||
return $uid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue