diff options
author | friendica <info@friendica.com> | 2013-02-13 00:14:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-13 00:14:01 -0800 |
commit | d1e5337c72a358acd94f5e5aa53f96ce05abd6c5 (patch) | |
tree | 5fb332591fd14df7a9953c5dfa80c034574b9bfd /include/zot.php | |
parent | 02c636ed23ffde0b6423c2676cacc7ed88dc45de (diff) | |
download | volse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.tar.gz volse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.tar.bz2 volse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.zip |
recursion and typo in rmagic with zid
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/zot.php b/include/zot.php index 39983f712..51b04e1ef 100644 --- a/include/zot.php +++ b/include/zot.php @@ -49,10 +49,6 @@ function zot_get_hubloc($arr,$primary = false) { function zot_notify($channel,$url,$type = 'notify',$recipients = null, $remote_key = null) { - -// FIXME json encode all params -// build the packet externally so that here we really are doing just a zot of the packet. - $params = array( 'type' => $type, 'sender' => json_encode(array( |