aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-02 00:19:04 -0700
committerfriendica <info@friendica.com>2012-11-02 00:19:04 -0700
commit83cf11dd956c0fbb84c1c50c643b43a3824dc6da (patch)
tree72ef390c3529b82698cc1d2466109a32bdedf4f3 /include/identity.php
parent37653a376085e7f155ec101b937583f5d08012cc (diff)
downloadvolse-hubzilla-83cf11dd956c0fbb84c1c50c643b43a3824dc6da.tar.gz
volse-hubzilla-83cf11dd956c0fbb84c1c50c643b43a3824dc6da.tar.bz2
volse-hubzilla-83cf11dd956c0fbb84c1c50c643b43a3824dc6da.zip
fixed the hash, now onward & upward
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index ca20fd22e..c188c5025 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -125,7 +125,7 @@ function create_identity($arr) {
$r = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_l, xchan_photo_m, xchan_photo_s, xchan_addr, xchan_url, xchan_name, xchan_network, xchan_photo_date, xchan_name_date ) values ('%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s')",
dbesc($hash),
- dbesc($ret['channel']['channel_guid']),
+ dbesc($guid),
dbesc($sig),
dbesc($key['pubkey']),
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),