aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php
index 437ec0c86..d1bc03bc2 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1153,9 +1153,9 @@ function remove_community_tag($sender,$arr,$uid) {
$i = $r[0];
if($i['target'])
- $i['target'] = json_decode($i['target'],true);
+ $i['target'] = json_decode_plus($i['target']);
if($i['object'])
- $i['object'] = json_decode($i['object'],true);
+ $i['object'] = json_decode_plus($i['object']);
if(! ($i['target'] && $i['object'])) {
logger('remove_community_tag: no target/object');