From 3d3fcd7334dc9123005d7d736b1a243113d67902 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 2 Aug 2024 08:06:15 +0000 Subject: fa2bi: some sed woodoo on templates and manual fixes in js and php files --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index 2d45009a5..e4b39d5b1 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -999,7 +999,7 @@ function builtin_activity_puller($item, &$conv_responses) { $name = (($item['author']['xchan_name']) ? $item['author']['xchan_name'] : t('Unknown')); - $moderate = ((intval($item['item_blocked']) === ITEM_MODERATED) ? '' : ''); + $moderate = ((intval($item['item_blocked']) === ITEM_MODERATED) ? '' : ''); $url = (($item['author_xchan'] && $item['author']['xchan_photo_s']) ? '' -- cgit v1.2.3