@@ -42,8 +42,8 @@ |
||
42 | 42 | if ($username = $input->getArgument('username')) { |
43 | 43 | $user = \Mage::getModel('admin/user')->loadByUsername($username); |
44 | 44 | if (!$user || !$user->getId()) { |
45 | - $output->writeln('<error>Couldn\'t find admin ' . $username . '</error>'); |
|
46 | - return; |
|
45 | + $output->writeln('<error>Couldn\'t find admin ' . $username . '</error>'); |
|
46 | + return; |
|
47 | 47 | } |
48 | 48 | \Mage::getResourceModel('enterprise_pci/admin_user')->unlock($user->getId()); |
49 | 49 | $output->writeln('<info><comment>' . $username . '</comment> unlocked</info>'); |
@@ -58,9 +58,9 @@ |
||
58 | 58 | ); |
59 | 59 | if(isset($matches[4]) && isset($matches[5])) { |
60 | 60 | $table[] = array( |
61 | - $matches[1], |
|
62 | - $matches[4], |
|
63 | - $matches[5], |
|
61 | + $matches[1], |
|
62 | + $matches[4], |
|
63 | + $matches[5], |
|
64 | 64 | ); |
65 | 65 | } |
66 | 66 | if(isset($matches[6]) && isset($matches[7])) { |