@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | { |
69 | 69 | return realpath( |
70 | 70 | $this->config->getPath() . self::PATH_ASSETS_MODEL |
71 | - ) . self::ACCOUNTS_FILENAME; |
|
71 | + ) . self::ACCOUNTS_FILENAME; |
|
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
@@ -101,7 +101,7 @@ discard block |
||
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 ($ac) use ($crypt) { |
|
104 | + $accounts = array_map(function($ac) use ($crypt) { |
|
105 | 105 | $ac[self::_PASSWORD] = $crypt->encrypt( |
106 | 106 | $ac[self::_PASSWORD], |
107 | 107 | true |