[ticket/13986] Replaced hardcoded value

PHPBB3-13986
This commit is contained in:
JoshyPHP 2015-07-17 16:52:52 +02:00
parent 9274bc4e32
commit c8e209a2de

View file

@ -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;
} }