diff options
author | Mario <mario@mariovavti.com> | 2022-01-27 20:34:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-27 20:34:21 +0000 |
commit | 0aa67ad7f9f8aac8691962171a9d69e0a521a15f (patch) | |
tree | 6658734cd6d409fa6321d9f815b873cab835f955 /Zotlabs/Lib | |
parent | 195a3a682707aa209939178017c71b55672563e4 (diff) | |
download | volse-hubzilla-0aa67ad7f9f8aac8691962171a9d69e0a521a15f.tar.gz volse-hubzilla-0aa67ad7f9f8aac8691962171a9d69e0a521a15f.tar.bz2 volse-hubzilla-0aa67ad7f9f8aac8691962171a9d69e0a521a15f.zip |
typo
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 4a5d42026..ec79e32fe 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2644,7 +2644,7 @@ class Activity { $raw_arr = json_decode($act->raw, true); // This is a zot6 packet and the raw activitypub message json - // is possible available in the attachement. + // is possibly available in the attachement. if (array_key_exists('signed', $raw_arr) && is_array($act->obj) && is_array($act->obj['attachment'])) { foreach($act->obj['attachment'] as $a) { if ( |