@@ -101,7 +101,7 @@ |
||
| 101 | 101 | if (!file_exists($filename)) { |
| 102 | 102 | $crypt = new Crypt($this->config); |
| 103 | 103 | $accounts = $this->config->getSettings(Config::_ACCOUNTS); |
| 104 | - $accounts = array_map(function ($acc) use ($crypt) { |
|
| 104 | + $accounts = array_map(function($acc) use ($crypt) { |
|
| 105 | 105 | $acc[self::_PASSWORD] = $crypt->encrypt( |
| 106 | 106 | $acc[self::_PASSWORD], |
| 107 | 107 | true |