mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12692] Use strict comparison in thumbnail:recreate
PHPBB3-12692
This commit is contained in:
parent
3a0883e93e
commit
3924428050
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue