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/pam.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/pam.php')
| -rw-r--r-- | plugins/password/drivers/pam.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/password/drivers/pam.php b/plugins/password/drivers/pam.php index b1b3e9f03..e9363cc5a 100644 --- a/plugins/password/drivers/pam.php +++ b/plugins/password/drivers/pam.php @@ -21,7 +21,7 @@ function password_save($currpass, $newpass) raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: PAM authentication failed for user $user: $error" ), true, false); } @@ -30,7 +30,7 @@ function password_save($currpass, $newpass) raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => __FILE__, + 'file' => __FILE__, 'line' => __LINE__, 'message' => "Password plugin: PECL-PAM module not loaded" ), true, false); } |
