From cc469875ccbd1cca2e4f80245ecaca86c70d8228 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 9 Nov 2010 08:37:54 +0000 Subject: - Add line number in logged error messages git-svn-id: https://svn.roundcube.net/trunk@4199 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/drivers/xmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/password/drivers/xmail.php') 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; -- cgit v1.2.3