mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Channel class confusion solved
This commit is contained in:
parent
ed24d06e0c
commit
22e0bb58d9
6 changed files with 17 additions and 17 deletions
|
@ -41,7 +41,7 @@ class Network extends NetworkModule
|
|||
System::htmlUpdateExit($o);
|
||||
}
|
||||
|
||||
if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) {
|
||||
if ($this->channelFactory->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) {
|
||||
$items = $this->getChannelItems();
|
||||
} elseif ($this->community->isTimeline($this->selectedTab)) {
|
||||
$items = $this->getCommunityItems();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue