diff options
author | friendica <info@friendica.com> | 2013-05-15 02:41:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 02:41:35 -0700 |
commit | f8f2591eb9a093b38433a80509c68638a6cf7c8b (patch) | |
tree | 575f79cec2f63bb3d53be14b9965e74718b2b4b6 /mod/post.php | |
parent | 8073e327ca2b67e7288edb5a60e729538bc1cf32 (diff) | |
download | volse-hubzilla-f8f2591eb9a093b38433a80509c68638a6cf7c8b.tar.gz volse-hubzilla-f8f2591eb9a093b38433a80509c68638a6cf7c8b.tar.bz2 volse-hubzilla-f8f2591eb9a093b38433a80509c68638a6cf7c8b.zip |
tweaks
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php index f48262343..20100c032 100644 --- a/mod/post.php +++ b/mod/post.php @@ -119,7 +119,7 @@ function post_init(&$a) { $_SESSION['authenticated'] = 1; $_SESSION['visitor_id'] = $x[0]['xchan_hash']; $_SESSION['my_address'] = $address; - $arr = array('xchan' => $x[0], 'url' => $desturl); + $arr = array('xchan' => $x[0], 'url' => $desturl, 'channel_address' => $webbie); call_hooks('magic_auth_success',$arr); $a->set_observer($x[0]); require_once('include/security.php'); |