diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index dd0b8069c..6a4c16a41 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -36,6 +36,7 @@ - fix [ 1326687 ] Export on windows Apache server doesn't work (with quick fix (Thanks to Sven Opitz) - fix [ 1327237 ] 6.7.5 Shortcuts + - fix [ 1328105 ] Pages should contain "no-cache" tags 6.7.6 diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm index 8c92a48df..845fdb4b3 100644 --- a/lib/WebGUI/Style.pm +++ b/lib/WebGUI/Style.pm @@ -133,7 +133,7 @@ sub process { } '; - if ($session{var}{adminOn}) { + if (WebGUI::Grouping::isInGroup(2)) { # This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression. $var{'head.tags'} .= '