aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/gprobe.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gprobe.php b/include/gprobe.php
index b4edbe4db..5ca42729a 100644
--- a/include/gprobe.php
+++ b/include/gprobe.php
@@ -33,9 +33,6 @@ function gprobe_run($argv, $argc){
$url = hex2bin($argv[1]);
- if(! validate_url($url))
- return;
-
$r = q("select * from gcontact where nurl = '%s' limit 1",
dbesc(normalise_link($url))
);