diff options
author | Mario Vavti <mario@mariovavti.com> | 2022-10-13 16:38:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2022-10-13 16:38:18 +0200 |
commit | 71accb6b0a2aa5e3c77f7ef73d685639d0c6526a (patch) | |
tree | f38a48b65f692aab7076bb0ba23818295c2960f1 /Zotlabs/Zot6 | |
parent | 2a95500b6538f130df9434f1fb253247872679e8 (diff) | |
download | volse-hubzilla-71accb6b0a2aa5e3c77f7ef73d685639d0c6526a.tar.gz volse-hubzilla-71accb6b0a2aa5e3c77f7ef73d685639d0c6526a.tar.bz2 volse-hubzilla-71accb6b0a2aa5e3c77f7ef73d685639d0c6526a.zip |
fix php warnings
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 964c61651..b9a89262a 100644 --- a/Zotlabs/Zot6/Receiver.php +++ b/Zotlabs/Zot6/Receiver.php @@ -34,6 +34,7 @@ class Receiver { $this->rawdata = null; $this->site_id = null; $this->prvkey = Config::get('system','prvkey'); + $this->hub = null; if($localdata) { $this->rawdata = $localdata; |