diff options
author | friendica <info@friendica.com> | 2012-07-11 16:54:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-11 16:54:18 -0700 |
commit | 3f414aec63257f7e9e6aa19671502794f9c1d524 (patch) | |
tree | a4be655071e84b81b3674c3bb9acddfe5306d89a /mod/xrd.php | |
parent | 71afdf3d9c8cce686f0b996f4ab08e480edfc5d0 (diff) | |
download | volse-hubzilla-3f414aec63257f7e9e6aa19671502794f9c1d524.tar.gz volse-hubzilla-3f414aec63257f7e9e6aa19671502794f9c1d524.tar.bz2 volse-hubzilla-3f414aec63257f7e9e6aa19671502794f9c1d524.zip |
get rid of special "short salmon key" for statusnet
Diffstat (limited to 'mod/xrd.php')
-rw-r--r-- | mod/xrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/xrd.php b/mod/xrd.php index 2fa6bcd99..623c34b4e 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -22,7 +22,7 @@ function xrd_init(&$a) { if(! count($r)) killme(); - $salmon_key = salmon_key($r[0]['spubkey']); + $salmon_key = salmon_key($r[0]['pubkey']); header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); |