diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-09-24 13:51:33 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-09-24 13:51:33 +0200 |
commit | fe88a62d6e9ee4bb138ac4fb0fe81d8fbe082e09 (patch) | |
tree | 9ff00401f16c7703b95c7516e90ea860f3ba5ec1 /lib/user/http.php | |
parent | d101ff42f16ef7288b40666eba20c69621481ea4 (diff) | |
download | nextcloud-server-fe88a62d6e9ee4bb138ac4fb0fe81d8fbe082e09.tar.gz nextcloud-server-fe88a62d6e9ee4bb138ac4fb0fe81d8fbe082e09.zip |
=== not ==
Diffstat (limited to 'lib/user/http.php')
-rw-r--r-- | lib/user/http.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user/http.php b/lib/user/http.php index ea14cb57c93..e99afe59ba7 100644 --- a/lib/user/http.php +++ b/lib/user/http.php @@ -79,7 +79,7 @@ class OC_User_HTTP extends OC_User_Backend { curl_close($ch); - if($status == 200) { + if($status === 200) { return $uid; } |