Browse Source

bugfixing

andre 5 years ago
parent
commit
39864b7536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

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