diff options
author | friendica <info@friendica.com> | 2012-11-02 00:19:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-02 00:19:04 -0700 |
commit | 83cf11dd956c0fbb84c1c50c643b43a3824dc6da (patch) | |
tree | 72ef390c3529b82698cc1d2466109a32bdedf4f3 /include/identity.php | |
parent | 37653a376085e7f155ec101b937583f5d08012cc (diff) | |
download | volse-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.php | 2 |
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}"), |