mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-07-27 10:32:26 +02:00
fixed error reporing
This commit is contained in:
parent
7badd3b802
commit
95615a68c4
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ class PasswdModule extends Module
|
|||
$this->sendFeedback(false, array(
|
||||
'type' => ERROR_ZARAFA,
|
||||
'info' => array(
|
||||
'ldap_error' => ldap_errno(),
|
||||
'ldap_error_name' => ldap_error(),
|
||||
'ldap_error' => ldap_errno($ldapconn),
|
||||
'ldap_error_name' => ldap_error($ldapconn),
|
||||
'display_message' => $errorMessage
|
||||
)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue