Skip to content

Commit

Permalink
clean up after removing port from jmap lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jan 25, 2019
1 parent 0453cf3 commit f0173d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap/hm-jmap.php
Expand Up @@ -396,7 +396,7 @@ public function connect($cfg) {
return $this->authenticate(
$cfg['username'],
$cfg['password'],
$cfg['server'],
$cfg['server']
);
}

Expand Down

0 comments on commit f0173d4

Please sign in to comment.