summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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">