diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-09 19:03:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-09 19:03:16 -0700 |
commit | a862bf488c4cce6e514d05b674dc0a1a25069f78 (patch) | |
tree | e2aa715071eafb1c8689c2cf2ef6b4f93f915956 /Zotlabs | |
parent | f629dc51aa20d7aa95f968a81e5504ce48c7c107 (diff) | |
download | volse-hubzilla-a862bf488c4cce6e514d05b674dc0a1a25069f78.tar.gz volse-hubzilla-a862bf488c4cce6e514d05b674dc0a1a25069f78.tar.bz2 volse-hubzilla-a862bf488c4cce6e514d05b674dc0a1a25069f78.zip |
use correct data type
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Zot/Receiver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Receiver.php b/Zotlabs/Zot/Receiver.php index 03cbd0e9e..0050a2559 100644 --- a/Zotlabs/Zot/Receiver.php +++ b/Zotlabs/Zot/Receiver.php @@ -155,7 +155,7 @@ class Receiver { * }, * "recipients": { optional recipient array }, * "callback":"\/post", - * "version":1.2, + * "version":"1.2", * "encryption":["aes256cbc"], * "secret":"1eaa...", * "secret_sig": "df89025470fac8..." |