gprobe requires hex argument

This commit is contained in:
friendica 2013-07-24 21:32:08 -07:00
parent c975e51e8a
commit 98d3d06352

View File

@ -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())) {