Commit f2618084 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 3d2b7248
......@@ -469,7 +469,7 @@ sub die_handler {
# If this is inside an eval, then we should just act like...we're
# 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
# 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