mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
don't show delete buttons on community page
This commit is contained in:
parent
1048ee744e
commit
5e1335ac89
2 changed files with 12 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue