Update Pages\Message
Fix for update forum.
This commit is contained in:
parent
096dda59b7
commit
6a7c1ad1b4
1 changed files with 12 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue