Skip to content

Commit b826ce0

Browse files
authored
Merge pull request #36 from futureweb/patch-2
fix contact data on Acc creation
2 parents 71cce93 + 186cec5 commit b826ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lescript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private function postNewReg()
289289

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

292-
if(!$this->contact) {
292+
if($this->contact) {
293293
$data['contact'] = $this->contact;
294294
}
295295

0 commit comments

Comments
 (0)