From 98d3d06352f1a2f0d1220bb6f1b4a031c4c885d1 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 24 Jul 2013 21:32:08 -0700 Subject: gprobe requires hex argument --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index e6de1b5cb..c901d4d90 100755 --- a/boot.php +++ b/boot.php @@ -2157,7 +2157,7 @@ function get_my_address() { function zid_init(&$a) { $tmp_str = get_my_address(); if(validate_email($tmp_str)) { - proc_run('php','include/gprobe.php',$tmp_str); + proc_run('php','include/gprobe.php',bin2hex($tmp_str)); $arr = array('zid' => $tmp_str, 'url' => $a->cmd); call_hooks('zid_init',$arr); if((! local_user()) && (! remote_user())) { -- cgit v1.2.3