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