Commit 2102accd authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1155009: Cache::Memcached causes email_in.pl to stop working

r/a=glob
parent 3ff9b3e8
...@@ -466,7 +466,7 @@ sub die_handler { ...@@ -466,7 +466,7 @@ sub die_handler {
# If this is inside an eval, then we should just act like...we're # If this is inside an eval, then we should just act like...we're
# in an eval (instead of printing the error and exiting). # in an eval (instead of printing the error and exiting).
die(@_) if $^S; die @_ if ($^S // Bugzilla::Error::_in_eval());
# We can't depend on the MTA to send an error message, so we have # We can't depend on the MTA to send an error message, so we have
# to generate one properly. # to generate one properly.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment