diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2013-02-20 23:19:57 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2013-02-20 23:19:57 +0100 |
commit | 9e840c56a6ad7a30f71f42c2e08adc401e4ddc6e (patch) | |
tree | 9f5c7459592eadb166de135c71942ccf1546a752 /extensions/InlineHistory | |
parent | Merge branch 'upstream' (diff) | |
download | bugzilla-9e840c56a6ad7a30f71f42c2e08adc401e4ddc6e.tar.gz bugzilla-9e840c56a6ad7a30f71f42c2e08adc401e4ddc6e.tar.bz2 bugzilla-9e840c56a6ad7a30f71f42c2e08adc401e4ddc6e.zip |
InlineHistory and SecureMail update
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r-- | extensions/InlineHistory/Extension.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/Extension.pm b/extensions/InlineHistory/Extension.pm index 2e388994a..f761a9fbd 100644 --- a/extensions/InlineHistory/Extension.pm +++ b/extensions/InlineHistory/Extension.pm @@ -92,7 +92,7 @@ sub template_before_process { my $field_obj; if ($change->{fieldname} =~ /^cf_/) { - $field_obj = Bugzilla::Field->new({ name => $change->{fieldname} }); + $field_obj = Bugzilla::Field->new({ name => $change->{fieldname}, cache => 1 }); } # identify buglist changes |