]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 117060 broke the tree, fixing the breakage.
authormatty%chariot.net.au <>
Thu, 28 Feb 2002 14:47:16 +0000 (14:47 +0000)
committermatty%chariot.net.au <>
Thu, 28 Feb 2002 14:47:16 +0000 (14:47 +0000)
template/default/prefs/userprefs.tmpl

index ba14521dfdc3f1705dc2e649113920eb6dd96832..136dcda07eb0f0dd4001e4ed40bd7066d920cc8c 100644 (file)
@@ -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">