diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:21:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:21:04 +0100 |
commit | 9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9 (patch) | |
tree | ec69eb97c566eb7816d95348f53a04ba1f4f2f5b /Zotlabs/Zot6 | |
parent | b629eb56578e1d83662aeec3be5a31457654e27d (diff) | |
parent | f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff) | |
download | volse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.tar.gz volse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.tar.bz2 volse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.zip |
Merge branch 'dev'
Diffstat (limited to 'Zotlabs/Zot6')
-rw-r--r-- | Zotlabs/Zot6/Receiver.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Zot6/Receiver.php b/Zotlabs/Zot6/Receiver.php index b276cbe31..feaef4c9a 100644 --- a/Zotlabs/Zot6/Receiver.php +++ b/Zotlabs/Zot6/Receiver.php @@ -22,6 +22,7 @@ class Receiver { protected $prvkey; protected $rawdata; protected $sigdata; + protected $hub; function __construct($handler, $localdata = null) { |