aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-18 12:19:34 +0000
committerMario <mario@mariovavti.com>2020-04-18 12:19:34 +0000
commit4cfc0b1a6410193b65673c5d43180aa9cecaeea2 (patch)
treec2ed038f9db748e6e0d94e038a2e75f12fc91ade /Zotlabs/Lib/Activity.php
parent3d5fdd086be63bb8e9a889bfe593b3aaa4b4a6a2 (diff)
downloadvolse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.tar.gz
volse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.tar.bz2
volse-hubzilla-4cfc0b1a6410193b65673c5d43180aa9cecaeea2.zip
de-duplicate $post_tags
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php2
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;
}