aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprobe.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-06 17:04:34 -0800
committerfriendica <info@friendica.com>2013-02-06 17:04:34 -0800
commitaf1b3c6c9ac3e3d3ed60a01f5cabeca8fe0f76dc (patch)
tree91d0bc7f2e5473d4be7a2c957896d95ea8be642b /include/gprobe.php
parent6a23ac9217ab5b743cbb14243651ee40cfcc3c5a (diff)
downloadvolse-hubzilla-af1b3c6c9ac3e3d3ed60a01f5cabeca8fe0f76dc.tar.gz
volse-hubzilla-af1b3c6c9ac3e3d3ed60a01f5cabeca8fe0f76dc.tar.bz2
volse-hubzilla-af1b3c6c9ac3e3d3ed60a01f5cabeca8fe0f76dc.zip
this might make zot-id work as originally conceived complete with reverse magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
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) {