diff options
author | matty%chariot.net.au <> | 2002-02-28 15:47:16 +0100 |
---|---|---|
committer | matty%chariot.net.au <> | 2002-02-28 15:47:16 +0100 |
commit | 1d29501cf5dbd911fc807a498393d7cf4ea04f8f (patch) | |
tree | eb99a0b890a54cf4c31a58c909ed1b87fb48e322 /template/default/prefs | |
parent | 29fe9ea7b41a7363d9a8c02598e371bc817f2d3c (diff) | |
download | bugzilla-1d29501cf5dbd911fc807a498393d7cf4ea04f8f.tar.gz bugzilla-1d29501cf5dbd911fc807a498393d7cf4ea04f8f.tar.xz |
Bug 117060 broke the tree, fixing the breakage.
Diffstat (limited to 'template/default/prefs')
-rw-r--r-- | template/default/prefs/userprefs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/prefs/userprefs.tmpl b/template/default/prefs/userprefs.tmpl index ba14521df..136dcda07 100644 --- a/template/default/prefs/userprefs.tmpl +++ b/template/default/prefs/userprefs.tmpl @@ -82,7 +82,7 @@ <form method="post"> <input type="hidden" name="tab" value="[% current_tab.name %]"> - [% INCLUDE "prefs/${current_tab.name}.tmpl" %] + [% INCLUDE "prefs/${current_tab.name}.tmpl" IF current_tab.name.defined %] [% IF current_tab.saveable %] <input type="hidden" name="dosave" value="1"> |