Minor Fix to Keep Compatibility

This commit is contained in:
earnolmartin 2019-01-30 08:58:25 -07:00
parent 4950eba573
commit a6612a3a7c

View file

@ -696,7 +696,9 @@ function runOp($op){ # these are like url to function mappers... maps op variab
case 'removecronjob' : return $this->removeCronjob();break;
// Move domain to another account
case 'movedomaintoanotheraccount' : return $this->moveDomainToAnotherAccount();break;
case 'transferdomain':
case 'movedomaintoanotheraccount':
return $this->moveDomainToAnotherAccount();break;
case 'adddnsonlydomainwithpaneluser': return $this->addDnsOnlyDomainWithPaneluser();break;