clarify some URL validation-related error messages
This commit is contained in:
parent
3dd4169b5f
commit
d04ac399ff
|
@ -243,7 +243,7 @@
|
||||||
$url = validate_url($url, true);
|
$url = validate_url($url, true);
|
||||||
|
|
||||||
if (!$url) {
|
if (!$url) {
|
||||||
$fetch_last_error = "Requested URL failed to validate.";
|
$fetch_last_error = "Requested URL failed extended validation.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue