aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-05-29 17:58:48 +0000
committerMario <mario@mariovavti.com>2025-05-29 17:58:48 +0000
commit0aef9b486d0cf1eb05e3b79bb6b445286a74ec0a (patch)
treee6203ba7f5500fbc81c0eb2a663c700a0352336a
parentd584e4f7d597963eebf98a287a57819e1ad8193e (diff)
downloadvolse-hubzilla-0aef9b486d0cf1eb05e3b79bb6b445286a74ec0a.tar.gz
volse-hubzilla-0aef9b486d0cf1eb05e3b79bb6b445286a74ec0a.tar.bz2
volse-hubzilla-0aef9b486d0cf1eb05e3b79bb6b445286a74ec0a.zip
fix typo
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index fc1bdec09..48e150c99 100644
--- a/include/items.php
+++ b/include/items.php
@@ -5500,7 +5500,7 @@ function items_by_parent_ids(array $parents, null|array $thr_parents = null, str
$reaction_join_sql
SQL;
- return = dbq(trim($q));
+ return dbq(trim($q));
}
/**