summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-23 17:24:13 +0200
committerDylan William Hardison <dylan@hardison.net>2018-07-31 18:57:17 +0200
commit8ca2304eea840e37bcf182f21e2c14bd21ad9cd7 (patch)
treef00549d638af4420be0634e0bf46725d50f96a95 /Bugzilla.pm
parent0840339ee8a77fac943338f7ca354261c3d1066c (diff)
downloadbugzilla-8ca2304eea840e37bcf182f21e2c14bd21ad9cd7.tar.gz
bugzilla-8ca2304eea840e37bcf182f21e2c14bd21ad9cd7.tar.xz
more tidy
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 4795a3f3a..6aa1ab602 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -817,6 +817,7 @@ sub markdown_parser {
# Per-process cleanup. Note that this is a plain subroutine, not a method,
# so we don't have $class available.
+*cleanup = \&_cleanup;
sub _cleanup {
return if $^C;