@@ -205,8 +205,7 @@ |
||
| 205 | 205 | if(!in_array($input->getArgument('locale'), $this->_supported_locales)) { |
| 206 | 206 | $this->output->writeln("<warning>Locale `" . $input->getArgument('locale') . "` not supported, switch to default locale `us_US`.</warning>\r\n"); |
| 207 | 207 | $_argument['locale'] = "en_US"; |
| 208 | - } |
|
| 209 | - else { |
|
| 208 | + } else { |
|
| 210 | 209 | $_argument['locale'] = $input->getArgument('locale'); |
| 211 | 210 | } |
| 212 | 211 | |