diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 0997415b2..5ff5482b2 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -795,7 +795,7 @@ sub create { email => \&Bugzilla::Util::email_filter, - mtime_url => \&mtime_filter, + mtime => \&mtime_filter, # iCalendar contentline filter ics => [ sub { |