mirror of https://github.com/itflow-org/itflow
parent
6c84b8edca
commit
7d3f4fefbf
|
|
@ -372,7 +372,7 @@ function getDomainExpirationDate($name) {
|
|||
if (is_array($response['expiration_date'])) {
|
||||
$expiry = new DateTime($response['expiration_date'][1]);
|
||||
}
|
||||
else{
|
||||
else {
|
||||
$expiry = new DateTime($response['expiration_date']);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue