mirror of
https://github.com/friendica/friendica
synced 2025-05-13 18:24:14 +02:00
Use class variables
This commit is contained in:
parent
02084331e3
commit
e81c911b49
3 changed files with 4 additions and 6 deletions
|
@ -39,7 +39,7 @@ class Community extends CommunityModule
|
|||
$this->parseRequest($request);
|
||||
|
||||
$o = '';
|
||||
if (!empty($request['force'])) {
|
||||
if ($this->force) {
|
||||
$o = DI::conversation()->render($this->getCommunityItems(), Conversation::MODE_COMMUNITY, true, false, 'commented', DI::userSession()->getLocalUserId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue