[Rt-commit] r7348 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Mar 26 13:39:16 EDT 2007
Author: ruz
Date: Mon Mar 26 13:39:14 2007
New Revision: 7348
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm
Log:
r4805 at cubic-pc: cubic | 2007-03-26 21:36:06 +0400
* use Action::SendEmail->CleanSlate method to clear global options on each request
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm Mon Mar 26 13:39:14 2007
@@ -190,7 +190,7 @@
# cleanup global squelching of the mails
require RT::Action::SendEmail;
- RT::Action::SendEmail->SquelchMailTo( undef );
+ RT::Action::SendEmail->CleanSlate;
}
# }}}
More information about the Rt-commit
mailing list