aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 516734d02..0f46b5f78 100644
--- a/include/items.php
+++ b/include/items.php
@@ -5384,7 +5384,7 @@ function item_activity_sql($prefix = 'c') {
SQL;
if ($thread_allow) {
- $sql .= " COUNT(CASE WHEN $prefix.verb IN ('Create','Update') AND $prefix.author_xchan = '$observer' $item_normal_c THEN 1 END) AS observer_commented, ";
+ $sql .= " COUNT(CASE WHEN $prefix.verb IN ('Create','Update') AND $prefix.author_xchan = '$observer' THEN 1 END) AS observer_commented, ";
}
}