mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14814] Fix reparser cron
PHPBB3-14814
This commit is contained in:
@@ -208,7 +208,7 @@ class reparse extends \phpbb\console\command\command
|
||||
$size = $this->get_option('range-size');
|
||||
|
||||
// range-max has no default value, it must be computed for each reparser
|
||||
if ($max == null)
|
||||
if ($max === null)
|
||||
{
|
||||
$max = $reparser->get_max_id();
|
||||
}
|
||||
|
Reference in New Issue
Block a user