From 71accb6b0a2aa5e3c77f7ef73d685639d0c6526a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 13 Oct 2022 16:38:18 +0200 Subject: fix php warnings --- Zotlabs/Zot6/Receiver.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Zot6') 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; -- cgit v1.2.3