diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-27 13:45:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-27 13:45:51 +0200 |
commit | 145295302d74af176d3f25d871cf6979bf36bc23 (patch) | |
tree | f524b4e4eacbdcaacdc7bfa2c2e4478e8de6b694 /Zotlabs/Lib/Activity.php | |
parent | 302d2dbd51dbea544ef1c3e5e1397b7c4201b230 (diff) | |
download | volse-hubzilla-145295302d74af176d3f25d871cf6979bf36bc23.tar.gz volse-hubzilla-145295302d74af176d3f25d871cf6979bf36bc23.tar.bz2 volse-hubzilla-145295302d74af176d3f25d871cf6979bf36bc23.zip |
fix typo
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-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 f4307f490..c70d5f4dc 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2019,7 +2019,7 @@ class Activity { } $replies = null; - if(isset($a->obj['replies']['first']['items']))) { + if(isset($a->obj['replies']['first']['items'])) { $replies = $a->obj['replies']['first']['items']; // we already have this one array_diff($replies, [$current_item['mid']]); |