summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-02-28 15:47:16 +0100
committermatty%chariot.net.au <>2002-02-28 15:47:16 +0100
commit1d29501cf5dbd911fc807a498393d7cf4ea04f8f (patch)
treeeb99a0b890a54cf4c31a58c909ed1b87fb48e322 /template
parent29fe9ea7b41a7363d9a8c02598e371bc817f2d3c (diff)
downloadbugzilla-1d29501cf5dbd911fc807a498393d7cf4ea04f8f.tar.gz
bugzilla-1d29501cf5dbd911fc807a498393d7cf4ea04f8f.tar.xz
Bug 117060 broke the tree, fixing the breakage.
Diffstat (limited to 'template')
-rw-r--r--template/default/prefs/userprefs.tmpl2
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">