diff options
author | mkanat%bugzilla.org <> | 2009-12-31 12:31:39 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-31 12:31:39 +0000 |
commit | 26f912882a8e99d75d779aeb455f79abf894159b (patch) | |
tree | 71d1756c930512fe68e7e910804e17c8ac03622e | |
parent | Bug 385606: Logincookies are recreated at each HTTP request when using the 'E... (diff) | |
download | bugzilla-26f912882a8e99d75d779aeb455f79abf894159b.tar.gz bugzilla-26f912882a8e99d75d779aeb455f79abf894159b.tar.bz2 bugzilla-26f912882a8e99d75d779aeb455f79abf894159b.zip |
Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help out extensions
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d29913fc2..4b1745757 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -188,7 +188,7 @@ TUI_hide_default('expert_fields'); [%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' #%] - [% INCLUDE 'bug/create/user-message.html.tmpl' %] + [% PROCESS 'bug/create/user-message.html.tmpl' %] </td> </tr> |