From bfb9f102343936b94064dd64765b235c45477839 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 22 Jan 2021 15:38:40 +0100 Subject: Encode SQL query array --- include/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/taxonomy.php') 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); -- cgit v1.2.3