summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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;
}