summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Quantum.pm')
-rw-r--r--Bugzilla/Quantum.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Quantum.pm b/Bugzilla/Quantum.pm
index 3d392c47b..28fbd4bf6 100644
--- a/Bugzilla/Quantum.pm
+++ b/Bugzilla/Quantum.pm
@@ -62,7 +62,7 @@ sub startup {
sub {
Bugzilla::RNG::srand();
srand();
- try { Bugzilla->dbh->ping };
+ eval { Bugzilla->dbh->ping };
}
);