mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Use class variables
This commit is contained in:
parent
02084331e3
commit
e81c911b49
3 changed files with 4 additions and 6 deletions
|
@ -37,7 +37,7 @@ class Channel extends ChannelModule
|
|||
$this->parseRequest($request);
|
||||
|
||||
$o = '';
|
||||
if (!empty($request['force'])) {
|
||||
if ($this->force) {
|
||||
if ($this->timeline->isChannel($this->selectedTab)) {
|
||||
$items = $this->getChannelItems();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue