summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 3666861f0..14f10bed9 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -287,7 +287,7 @@ sub write_params {
close $fh;
rename $tmpname, $param_file
- || die "Can't rename $tmpname to $param_file: $!";
+ or die "Can't rename $tmpname to $param_file: $!";
ChmodDataFile($param_file, 0666);