mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12692] Use strict comparison in thumbnail:recreate
PHPBB3-12692
This commit is contained in:
committed by
Tristan Darricau
parent
3a0883e93e
commit
3924428050
@@ -71,7 +71,7 @@ class recreate extends \phpbb\console\command\command
|
||||
$input_delete = new ArrayInput($parameters);
|
||||
$return = $this->getApplication()->run($input_delete, $output);
|
||||
|
||||
if ($return == 0)
|
||||
if ($return === 0)
|
||||
{
|
||||
$parameters['command'] = 'thumbnail:generate';
|
||||
|
||||
|
Reference in New Issue
Block a user