From b0aa0141d7995d0a2bd26edccf45c147d1480e3b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 6 Aug 2020 20:43:47 +0100 Subject: [PATCH] reformat --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index b153839a..f9fc0815 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -1040,7 +1040,7 @@ function _pacrypt_dovecot($pw, $pw_db = '') { if (!empty($stderr_output) || empty($password)) { error_log("Failed to read password from $dovecotpw ... stderr: $stderr_output, password: $password "); - throw new Exception("$dovecotpw failed, see error log for details"); + throw new Exception("$dovecotpw failed, see error log for details"); } if (empty($dovepasstest)) {