summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter')
-rw-r--r--extensions/Splinter/template/en/default/pages/splinter.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
index cb4ca58cb..953bc9ddb 100644
--- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
+++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
@@ -69,6 +69,7 @@
theBug.reporterName = Splinter.Utils.strip('[% bug.reporter.name FILTER js %]');
[% FOREACH comment = bug.comments %]
+ [% NEXT IF comment.is_private && !user.is_insider %]
var comment = new Splinter.Bug.Comment();
comment.whoName = Splinter.Utils.strip('[% comment.author.name FILTER js %]');
comment.whoEmail = Splinter.Utils.strip('[% comment.author.email FILTER js %]');