@ -79,7 +79,7 @@ class OC_User_HTTP extends OC_User_Backend {
curl_close($ch);
if($status == 200) {
if($status === 200) {
return $uid;
}