Skip to content

Commit

Permalink
Merge pull request #36 from futureweb/patch-2
Browse files Browse the repository at this point in the history
fix contact data on Acc creation
  • Loading branch information
analogic authored Oct 1, 2019
2 parents 71cce93 + 186cec5 commit b826ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lescript.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private function postNewReg()

$this->log('Sending registration to letsencrypt server');

if(!$this->contact) {
if($this->contact) {
$data['contact'] = $this->contact;
}

Expand Down

0 comments on commit b826ce0

Please sign in to comment.