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