diff options
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( |