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)) {