|
@@ -19,8 +19,8 @@ |
|
|
block discarded – undo |
|
19
|
19
|
This is most likely due to a networking error of some sort."); |
|
20
|
20
|
} |
|
21
|
21
|
|
|
22
|
|
- if ($response->status_code !== 200) { |
|
23
|
|
- throw new ServiceError('Received an invalid status code from ipify:' . (string) $response->status_code . |
|
|
22
|
+ if ($response->status_code!==200) { |
|
|
23
|
+ throw new ServiceError('Received an invalid status code from ipify:'.(string) $response->status_code. |
|
24
|
24
|
'. The service might be experiencing issues.'); |
|
25
|
25
|
} |
|
26
|
26
|
|
Please login to merge, or discard this patch.