diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-09 19:03:16 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-10 14:49:07 +0200 |
commit | 032216153fb711173970109932fe31f241f82bf5 (patch) | |
tree | 47ecf2dbc0bd2c52fc936fea5ddec5de4f1a3cac | |
parent | dac4447e33747b5e8f6934933fe4a96d5de7959b (diff) | |
download | volse-hubzilla-032216153fb711173970109932fe31f241f82bf5.tar.gz volse-hubzilla-032216153fb711173970109932fe31f241f82bf5.tar.bz2 volse-hubzilla-032216153fb711173970109932fe31f241f82bf5.zip |
use correct data type
-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..." |