diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-09 19:03:16 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-10 14:50:16 +0200 |
commit | 9a66d47d5471869fc57eb2cfd2aa27e978c95a0e (patch) | |
tree | d541be1d8e0f3dc9148907942efabb7197ca7511 | |
parent | 5a0712f7662bc6e78f33f9a774158460c5fb7653 (diff) | |
download | volse-hubzilla-9a66d47d5471869fc57eb2cfd2aa27e978c95a0e.tar.gz volse-hubzilla-9a66d47d5471869fc57eb2cfd2aa27e978c95a0e.tar.bz2 volse-hubzilla-9a66d47d5471869fc57eb2cfd2aa27e978c95a0e.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..." |