Skip to content

Commit 4d4495c

Browse files
committed
1 parent af5c9b9 commit 4d4495c

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
@@ -510,7 +510,7 @@ function configure_amavis() {
510510
if(is_file($conf["postfix"]["config_dir"].'/master.cf')) copy($conf["postfix"]["config_dir"].'/master.cf',$conf["postfix"]["config_dir"].'/master.cf~');
511511
$content = rf("tpl/master_cf_amavis.master");
512512
// Only add the content if we had not addded it before
513-
if(!stristr("127.0.0.1:10025",$content)) {
513+
if(!stristr($content,"127.0.0.1:10025")) {
514514
af($conf["postfix"]["config_dir"].'/master.cf',$content);
515515
}
516516

0 commit comments

Comments
 (0)