aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprobe.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/gprobe.php')
-rw-r--r--include/gprobe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprobe.php b/include/gprobe.php
index e66635302..25b56525a 100644
--- a/include/gprobe.php
+++ b/include/gprobe.php
@@ -15,7 +15,7 @@ function gprobe_run($argv, $argc){
$url = hex2bin($argv[1]);
$r = q("select * from xchan where xchan_addr = '%s' limit 1",
- dbesc(normalise_link($url))
+ dbesc($url)
);
if(! $r) {