aboutsummaryrefslogtreecommitdiffstats
path: root/include/taxonomy.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-01-22 15:38:40 +0100
committerMax Kostikov <max@kostikov.co>2021-01-22 15:38:40 +0100
commitbfb9f102343936b94064dd64765b235c45477839 (patch)
tree52450e4f131fb94e791788b44adb8c29fbed5303 /include/taxonomy.php
parent3f34c73f095bfef8703e01d3d8750f3599095065 (diff)
downloadvolse-hubzilla-bfb9f102343936b94064dd64765b235c45477839.tar.gz
volse-hubzilla-bfb9f102343936b94064dd64765b235c45477839.tar.bz2
volse-hubzilla-bfb9f102343936b94064dd64765b235c45477839.zip
Encode SQL query array
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r--include/taxonomy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php
index 5681db88c..88d0a9196 100644
--- a/include/taxonomy.php
+++ b/include/taxonomy.php
@@ -374,7 +374,7 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) {
(intval($count) ? "LIMIT $count" : '')
];
- \Zotlabs\Daemon\Master::Summon([ 'Cache_query', $key, $arr ]);
+ \Zotlabs\Daemon\Master::Summon([ 'Cache_query', $key, base64_encode(json_encode($arr)) ]);
}
$r = unserialize($content);