|
|
@@ -796,7 +796,7 @@ function zimbraSingle_AdminServicesTabFieldsSave($params) {
|
|
|
$newAddQuota = 0;
|
|
|
$options = Capsule::table('tblhostingconfigoptions')
|
|
|
->join('tblproductconfigoptions', 'tblhostingconfigoptions.configid', '=', 'tblproductconfigoptions.id')
|
|
|
- ->where('relid', '=', $serviceid)
|
|
|
+ ->where('relid', '=', $params['serviceid'])
|
|
|
->select('*')
|
|
|
->get();
|
|
|
logModuleCall(
|