diff options
author | Friendika <info@friendika.com> | 2011-03-30 04:07:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-30 04:07:47 -0700 |
commit | f198c5cff8932bc1d42c34869afecec6dcab2f46 (patch) | |
tree | 52bdc24be678dc1c321ce12ac6b0792f95eecb60 /include/items.php | |
parent | 4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f (diff) | |
download | volse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.tar.gz volse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.tar.bz2 volse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.zip |
secure profile failure
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 051659321..58fad9927 100644 --- a/include/items.php +++ b/include/items.php @@ -762,7 +762,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) { if(! $rino_enable) $rino = 0; - $url = $contact['notify'] . '?dfrn_id=' . $idtosend . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . (($rino) ? '&rino=1' : ''); + $url = $contact['notify'] . '&dfrn_id=' . $idtosend . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . (($rino) ? '&rino=1' : ''); logger('dfrn_deliver: ' . $url); |