mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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');
|
$min = $this->get_option($name, 'range-min');
|
||||||
$size = $this->get_option($name, 'range-size');
|
$size = $this->get_option($name, 'range-size');
|
||||||
|
|
||||||
if ($max === 0)
|
if ($max < $min)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user