From f11dd7c753085232a10803d012946416caf03852 Mon Sep 17 00:00:00 2001 From: Wouter van Oijen Date: Sun, 16 Oct 2005 21:11:51 +0000 Subject: [PATCH] - fix [ 1328105 ] Pages should contain "no-cache" tags --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI/Style.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'} .= '