aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-12-08 18:08:03 +0100
committerMario Vavti <mario@mariovavti.com>2023-12-08 18:08:03 +0100
commitc307a71f5302b918589e73b96f333d0a565a276d (patch)
tree5fdf5c7cee913b1994b83ecb20455b9f5e857574
parentf62d16d274f150a86d41b98c636ddd74e19eab05 (diff)
parent1e4e59bb5750a1b7f4a8458e0d8b6b2a34e5edeb (diff)
downloadvolse-hubzilla-c307a71f5302b918589e73b96f333d0a565a276d.tar.gz
volse-hubzilla-c307a71f5302b918589e73b96f333d0a565a276d.tar.bz2
volse-hubzilla-c307a71f5302b918589e73b96f333d0a565a276d.zip
Merge branch 'dev'
-rw-r--r--include/taxonomy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php
index 3f6db50d1..cfec8414a 100644
--- a/include/taxonomy.php
+++ b/include/taxonomy.php
@@ -122,7 +122,7 @@ function store_item_tag($uid,$iid,$otype,$type,$term,$url = '') {
function get_terms_oftype($arr, $type) {
$ret = [];
- if(!is_array($arr) && count($arr))
+ if(!is_array($arr))
return $ret;
if(! is_array($type))