|
|
@@ -56,7 +56,7 @@ function zimbraSingle_ChangePassword($params)
|
|
|
$params['customfields']['pwrepeat'] = $params['password'];
|
|
|
$customFieldIDs = Capsule::table('tblcustomfields')
|
|
|
->select('id')
|
|
|
- ->where('relid', '=', $params['serviceid'])
|
|
|
+ ->where('relid', '=', $params['pid'])
|
|
|
->where('fieldtype', '=', 'password')
|
|
|
->get();
|
|
|
logModuleCall(
|