mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix CS
This commit is contained in:
@@ -83,7 +83,6 @@ class module_console_systemMailCheck extends Command
|
||||
$continue = mb_strtolower($dialog->ask($output, $question, 'C'));
|
||||
} while ( ! in_array($continue, array('c', 'd', 's')));
|
||||
|
||||
|
||||
if ($continue == 's') {
|
||||
return false;
|
||||
} elseif ($continue == 'c') {
|
||||
|
Reference in New Issue
Block a user