From 5e1335ac892ce07bf7b1a3a043f71b8abbed8dba Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 4 Jul 2011 21:52:21 -0700 Subject: don't show delete buttons on community page --- mod/community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/community.php b/mod/community.php index b10e3bfda..90cb7a574 100644 --- a/mod/community.php +++ b/mod/community.php @@ -77,7 +77,7 @@ function community_content(&$a, $update = 0) { // we behave the same in message lists as the search module - $o .= conversation($a,$r,'search',false); + $o .= conversation($a,$r,'community',false); $o .= paginate($a); -- cgit v1.2.3