Skip to content

Commit 58f7c06

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 6183781 commit 58f7c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ public function configure_dovecot() {
14961496
foreach ($options as $value) {
14971497
$value = trim($value);
14981498
if ($value == '') continue;
1499-
if (preg_match("|check_recipient_access\s+proxy:mysql:${config_dir}/mysql-verify_recipients.cf|", $value)) {
1499+
if (preg_match("|check_recipient_access\s+proxy:mysql:${quoted_config_dir}/mysql-verify_recipients.cf|", $value)) {
15001500
continue;
15011501
}
15021502
$new_options[] = $value;

0 commit comments

Comments
 (0)