diff options
Diffstat (limited to 'rt/sbin/rt-email-dashboards.in')
| -rw-r--r-- | rt/sbin/rt-email-dashboards.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/sbin/rt-email-dashboards.in b/rt/sbin/rt-email-dashboards.in index 0b3686aa8..2323a5ebc 100644 --- a/rt/sbin/rt-email-dashboards.in +++ b/rt/sbin/rt-email-dashboards.in @@ -384,9 +384,9 @@ sub get_from { autohandler_name => '', # disable forced login and more data_dir => $data_dir, ); - $mason->interp->set_escape( h => \&RT::Interface::Web::EscapeUTF8 ); - $mason->interp->set_escape( u => \&RT::Interface::Web::EscapeURI ); - $mason->interp->set_escape( j => \&RT::Interface::Web::EscapeJS ); + $mason->set_escape( h => \&RT::Interface::Web::EscapeUTF8 ); + $mason->set_escape( u => \&RT::Interface::Web::EscapeURI ); + $mason->set_escape( j => \&RT::Interface::Web::EscapeJS ); } return $mason; } |
