mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13986] Replaced hardcoded value
PHPBB3-13986
This commit is contained in:
parent
9274bc4e32
commit
c8e209a2de
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class reparse extends \phpbb\console\command\command
|
|||
$min = $this->get_option($name, 'range-min');
|
||||
$size = $this->get_option($name, 'range-size');
|
||||
|
||||
if ($max === 0)
|
||||
if ($max < $min)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue