diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:45:13 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:45:13 +0100 |
commit | 43283fd35fb9987a1554612220f11a0875697bd4 (patch) | |
tree | 2e9db966f98a1187c6be74998ebd2905fe0a8c39 /mod/xrd.php | |
parent | dcaf4003eca3fe4f958760587eefea52b171fab3 (diff) | |
parent | d92659560b8edd0594b587103b43ad5bd5012639 (diff) | |
download | volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.tar.gz volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.tar.bz2 volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'mod/xrd.php')
-rw-r--r-- | mod/xrd.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/xrd.php b/mod/xrd.php index 0b4bd0d1e..a0ecbaea8 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -39,6 +39,10 @@ function xrd_content(&$a) { '$modexp' => 'data:application/magic-public-key,' . $salmon_key )); + + $arr = array('user' => $r[0], 'xml' => $o); + call_hooks('personal_xrd', $arr); + echo $o; killme(); |