mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:15:57 +00:00
clarify some URL validation-related error messages
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user