Minor Fix to Keep Compatibility
This commit is contained in:
parent
4950eba573
commit
a6612a3a7c
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue