diff --git a/core/modules/openid/openid.module b/core/modules/openid/openid.module index a81769e..237b859 100644 --- a/core/modules/openid/openid.module +++ b/core/modules/openid/openid.module @@ -651,8 +651,8 @@ function _openid_xrds_discovery($claimed_id) { 'claimed_id' => $claimed_id, ); } - - } catch (RequestException $exception) { + } + catch (RequestException $exception) { return; } } @@ -728,7 +728,8 @@ function openid_association($op_endpoint) { )) ->execute(); $assoc_handle = $assoc_response['assoc_handle']; - } catch (RequestException $exception) { + } + catch (RequestException $exception) { return FALSE; } }