From 62db8c3969f783897ff2de1bf3250057c37eb422 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 31 Dec 2023 09:55:27 +0100 Subject: fix php errors and deprecation 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 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) { -- cgit v1.2.3