diff options
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); } |
