tracking errant bin2hex call

This commit is contained in:
Friendika
2011-01-17 21:08:16 -08:00
parent fa1f2ce8f3
commit 028460a5c1
3 changed files with 9 additions and 4 deletions

View File

@@ -186,8 +186,8 @@
$postvars = array();
$sent_dfrn_id = hex2bin($res->dfrn_id);
$challenge = hex2bin($res->challenge);
$sent_dfrn_id = hex2bin((string) $res->dfrn_id);
$challenge = hex2bin((string) $res->challenge);
$final_dfrn_id = '';