diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 08:39:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 08:39:12 +0000 |
commit | a73d4a8cbd1712b7b07122f050f415efe8516b99 (patch) | |
tree | d7b3a56629875e86d67ab3f0d5b316e12f573bb9 | |
parent | 68639637c908d80209afee6017093c1f52383ca4 (diff) | |
parent | 20ee57801c7002a240e870d9636b740b346ec7cb (diff) | |
download | volse-hubzilla-a73d4a8cbd1712b7b07122f050f415efe8516b99.tar.gz volse-hubzilla-a73d4a8cbd1712b7b07122f050f415efe8516b99.tar.bz2 volse-hubzilla-a73d4a8cbd1712b7b07122f050f415efe8516b99.zip |
Merge branch 'dev' into 7.0RC
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index e2cbc66e6..f340514f0 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1218,7 +1218,7 @@ class Libzot { if (in_array($env['type'], ['activity', 'response'])) { - if(!isset($AS->actor['id'])) { + if(empty($AS->actor['id'])) { logger('No actor id!'); return; } |