1
0
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:
Tristan Darricau
2014-06-13 21:47:35 +02:00
committed by Tristan Darricau
parent 3a0883e93e
commit 3924428050

View File

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