Further improvements to the automatic update process
This commit is contained in:
@@ -37,7 +37,7 @@ class Channel extends ChannelModule
|
||||
$this->parseRequest($request);
|
||||
|
||||
$o = '';
|
||||
if ($this->force) {
|
||||
if ($this->update || $this->force) {
|
||||
if ($this->timeline->isChannel($this->selectedTab)) {
|
||||
$items = $this->getChannelItems();
|
||||
} else {
|
||||
|
||||
@@ -39,7 +39,7 @@ class Community extends CommunityModule
|
||||
$this->parseRequest($request);
|
||||
|
||||
$o = '';
|
||||
if ($this->force) {
|
||||
if ($this->update || $this->force) {
|
||||
$o = DI::conversation()->render($this->getCommunityItems(), Conversation::MODE_COMMUNITY, true, false, 'commented', DI::userSession()->getLocalUserId());
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ class Network extends NetworkModule
|
||||
|
||||
$o = '';
|
||||
|
||||
if (!$this->force) {
|
||||
if (!$this->update && !$this->force) {
|
||||
System::htmlUpdateExit($o);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user