diff options
author | Friendika <info@friendika.com> | 2011-07-04 21:52:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-04 21:52:21 -0700 |
commit | 5e1335ac892ce07bf7b1a3a043f71b8abbed8dba (patch) | |
tree | 5aae28a78e95c402f9388eb6f0a3023bc6deb956 /mod/community.php | |
parent | 1048ee744edf8904db1949a96859dcc9343f6092 (diff) | |
download | volse-hubzilla-5e1335ac892ce07bf7b1a3a043f71b8abbed8dba.tar.gz volse-hubzilla-5e1335ac892ce07bf7b1a3a043f71b8abbed8dba.tar.bz2 volse-hubzilla-5e1335ac892ce07bf7b1a3a043f71b8abbed8dba.zip |
don't show delete buttons on community page
Diffstat (limited to 'mod/community.php')
-rw-r--r-- | mod/community.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |