summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
index d51811fab..e5070bcf5 100644
--- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
@@ -118,7 +118,7 @@
[% IF user.is_timetracker %]
BUGZILLA.remaining_time = [% bug.remaining_time FILTER js %]; // holds the original value
[% END %]
- BUGZILLA.bug_secure = [% bug.groups_in.size ? '1' : '0' %];
+ BUGZILLA.bug_secure = [% bug.groups_in.size ? 'true' : 'false' %];
[% END %]
[% Hook.process("end") %]