Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Thellimist/pi 954 #136

Merged
merged 3 commits into from
Mar 8, 2017
Merged

Thellimist/pi 954 #136

merged 3 commits into from
Mar 8, 2017

Conversation

thellimist
Copy link
Contributor

No description provided.

@@ -143,15 +143,14 @@ public function addSSLVerficiationDNSRecordForCName($zoneList)
$dnsRecord->setContent($recordTarget);
$dnsRecord->setTtl(14400);

return $this->cpanelAPI->addDNSRecord($zoneName, $dnsRecord);
$this->cpanelAPI->addDNSRecord($zoneName, $dnsRecord);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this removed? This is how you tell whether the record was added successfully or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There can be multiple records being added.

@thellimist thellimist merged commit aa30914 into master Mar 8, 2017
@jwineman jwineman deleted the thellimist/PI-954 branch March 10, 2017 00:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants