diff options
author | friendica <info@friendica.com> | 2014-03-04 15:25:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-04 15:25:04 -0800 |
commit | 39f18d0f1618ce27804d6fcf2eee15e813b17140 (patch) | |
tree | 0576e1f28d47bff43e50293f25525fcd87ec557a /mod/post.php | |
parent | 5f585310e73ec588b7e99a59ff5ed97850cc4ecd (diff) | |
download | volse-hubzilla-39f18d0f1618ce27804d6fcf2eee15e813b17140.tar.gz volse-hubzilla-39f18d0f1618ce27804d6fcf2eee15e813b17140.tar.bz2 volse-hubzilla-39f18d0f1618ce27804d6fcf2eee15e813b17140.zip |
fix third-party zid's
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index 6c57bfa0d..54d0d8db9 100644 --- a/mod/post.php +++ b/mod/post.php @@ -243,6 +243,7 @@ function post_init(&$a) { $_SESSION['authenticated'] = 1; $_SESSION['visitor_id'] = $x[0]['xchan_hash']; + $_SESSION['my_url'] = $x[0]['xchan_url']; $_SESSION['my_address'] = $address; $_SESSION['remote_service_class'] = $remote_service_class; $_SESSION['remote_level'] = $remote_level; |