diff options
author | Mario <mario@mariovavti.com> | 2020-04-18 12:19:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-18 12:19:34 +0000 |
commit | 4cfc0b1a6410193b65673c5d43180aa9cecaeea2 (patch) | |
tree | c2ed038f9db748e6e0d94e038a2e75f12fc91ade /Zotlabs/Lib | |
parent | 3d5fdd086be63bb8e9a889bfe593b3aaa4b4a6a2 (diff) | |
download | volse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.tar.gz volse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.tar.bz2 volse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.zip |
de-duplicate $post_tags
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 24214072a..5882a0777 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -890,7 +890,7 @@ class Activity { $ret['to'] = array_values(array_unique(array_merge($ret['to'], $mentions))); } } - +hz_syslog(print_r($ret,true)); return $ret; } |