diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-12-31 09:55:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-12-31 09:55:27 +0100 |
commit | 62db8c3969f783897ff2de1bf3250057c37eb422 (patch) | |
tree | 4201794d9550de52bd36aead6f494de16340aef9 /Zotlabs/Zot6/Receiver.php | |
parent | ae3db366e50a07b1d960650e8c40a0de09341d10 (diff) | |
download | volse-hubzilla-62db8c3969f783897ff2de1bf3250057c37eb422.tar.gz volse-hubzilla-62db8c3969f783897ff2de1bf3250057c37eb422.tar.bz2 volse-hubzilla-62db8c3969f783897ff2de1bf3250057c37eb422.zip |
fix php errors and deprecation warnings
Diffstat (limited to 'Zotlabs/Zot6/Receiver.php')
-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) { |