diff options
author | Mario <mario@mariovavti.com> | 2024-01-13 17:38:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-13 17:38:31 +0000 |
commit | c59701740294ee8986942579abe18f82c4dee176 (patch) | |
tree | b56ac326571ea9e09be0df0cd3d990089b4c873e /Zotlabs | |
parent | 9cb95f6065353ac93e2ec84c7fe009ee3b26a72b (diff) | |
download | volse-hubzilla-c59701740294ee8986942579abe18f82c4dee176.tar.gz volse-hubzilla-c59701740294ee8986942579abe18f82c4dee176.tar.bz2 volse-hubzilla-c59701740294ee8986942579abe18f82c4dee176.zip |
fix some deprecation warnings
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/DReport.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/DReport.php b/Zotlabs/Lib/DReport.php index e22ed65be..f4f098d19 100644 --- a/Zotlabs/Lib/DReport.php +++ b/Zotlabs/Lib/DReport.php @@ -6,6 +6,7 @@ class DReport { private $location; private $sender; private $recipient; + private $name; private $message_id; private $status; private $date; |