diff --git a/include/functions.php b/include/functions.php index c6344f778..f3379f441 100644 --- a/include/functions.php +++ b/include/functions.php @@ -243,7 +243,7 @@ $url = validate_url($url, true); if (!$url) { - $fetch_last_error = "Requested URL failed to validate."; + $fetch_last_error = "Requested URL failed extended validation."; return false; }