diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-09 08:37:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-09 08:37:54 +0000 |
| commit | cc469875ccbd1cca2e4f80245ecaca86c70d8228 (patch) | |
| tree | 1ef06c8873e445f77610abfd19fde3dfed4af91b /plugins/password/drivers/xmail.php | |
| parent | a4e6eeebb0e974c7dfd0cb55bc4cc14b33eb8608 (diff) | |
- Add line number in logged error messages
git-svn-id: https://svn.roundcube.net/trunk@4199 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/drivers/xmail.php')
| -rw-r--r-- | plugins/password/drivers/xmail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/password/drivers/xmail.php b/plugins/password/drivers/xmail.php index 8b827248c..39d1e7186 100644 --- a/plugins/password/drivers/xmail.php +++ b/plugins/password/drivers/xmail.php @@ -33,7 +33,7 @@ function password_save($currpass, $newpass) raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: Unable to connect to mail server" ), true, false); return PASSWORD_CONNECT_ERROR; @@ -42,7 +42,7 @@ function password_save($currpass, $newpass) raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: Unable to change password" ), true, false); return PASSWORD_ERROR; |
