mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13986] Replaced hardcoded value
PHPBB3-13986
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user