Skip to content

Commit 2b54a08

Browse files
committed
Default account might not be set correctly if set manually
1 parent 3b13910 commit 2b54a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- NaN
9+
- Default account might not be set correctly if set manually.
1010

1111
### Added
1212
- NaN

src/ClientManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getDefaultAccount() {
114114
*/
115115
public function setDefaultAccount($name) {
116116
$this->app['config']['imap.default'] = $name;
117-
CM::$config['config']['default'] = $name;
117+
CM::$config['default'] = $name;
118118
}
119119

120120
/**

0 commit comments

Comments
 (0)