File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ public function getDomainRegistrarStatus($domain) {
412412 }
413413 public function getDomainStatus ($ domain ) {
414414 if (!$ domain ) {
415- logActivity ("WHMCS Domain not found, setting status to Cancelled " );
415+ logActivity ("WHMCS Domain not found, setting status to Cancelled (getDomainStatus) " );
416416 return "Cancelled " ;
417417 }
418418 if ($ this ->hasStatus ($ domain ,"deleted " )) {
@@ -441,7 +441,7 @@ public function setDomainStatus($domain) {
441441 $ this ->setStatus ($ domain ,$ this ->getDomainStatus ($ domain ));
442442 }
443443 } else {
444- logActivity ("WHMCS Domain not found, setting status to Cancelled " );
444+ logActivity ("WHMCS Domain not found, setting status to Cancelled (setDomainStatus) " );
445445 $ this ->setStatus ($ domain ,"Cancelled " );
446446 }
447447 }
You can’t perform that action at this time.
0 commit comments