Set the minimum revision to update
Due to the manual update from 41 to 42 revisions.
This commit is contained in:
parent
7a22d20d76
commit
1a12746217
1 changed files with 2 additions and 2 deletions
|
@ -157,10 +157,10 @@ class Update extends Admin
|
|||
$e = __(['You are running error', 'PHP', \PHP_VERSION, $this->c->FORK_REVISION, self::PHP_MIN]);
|
||||
}
|
||||
|
||||
// база не от ForkBB ????
|
||||
// база не от ForkBB или старая ревизия
|
||||
if (
|
||||
null === $e
|
||||
&& $this->c->config->i_fork_revision < 1
|
||||
&& $this->c->config->i_fork_revision < 41
|
||||
) {
|
||||
$e = 'Version mismatch error';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue