diff --git a/Cpanel/Service/XmlapiClientClass.php b/Cpanel/Service/XmlapiClientClass.php index 17b0207..4ff330f 100644 --- a/Cpanel/Service/XmlapiClientClass.php +++ b/Cpanel/Service/XmlapiClientClass.php @@ -957,7 +957,7 @@ public function setresellerlimits($reseller_cfg) if (!isset($reseller_cfg['user'])) { throw new Exception("setresellerlimits requires that a user is defined in the array passed to it"); } - return $this->makeQuery('setresellerips', $reseller_cfg); + return $this->makeQuery('setresellerlimits', $reseller_cfg); } /** * Set a reseller's main IP @@ -1487,4 +1487,4 @@ public function listcrts() return $this->makeQuery('listcrts'); } } -?> \ No newline at end of file +?>