Browse Source

bugfixing

andre 5 years ago
parent
commit
175c04ab93
1 changed files with 7 additions and 0 deletions
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -55,6 +55,13 @@ function zimbraSingle_ChangePassword($params)
         if ($passEncrypt['result'] == 'success') {
             $params['customfields']['password'] = $passEncrypt['password'];
             $params['customfields']['pwrepeat'] = $passEncrypt['password'];
+            logModuleCall(
+                'zimbrasingle',
+                __FUNCTION__,
+                $params,
+                "Debug",
+                $passEncrypt
+            );
         }
     }
     $response = zimbraSingleChangePassword($params['customfields']);