diff options
-rw-r--r-- | include/items.php | 2 |
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)); } /** |