Update Pages\Message

Fix for update forum.
This commit is contained in:
Visman 2021-12-24 20:11:05 +07:00
parent 096dda59b7
commit 6a7c1ad1b4

View file

@ -54,4 +54,16 @@ class Message extends Page
return $this;
}
/**
* Задает массивы главной навигации форума
*/
protected function boardNavigation(): void
{
if ($this->c->config->i_fork_revision < $this->c->FORK_REVISION) {
return;
}
parent::boardNavigation();
}
}