From 3796392e46bb793fcdbf6c67e4217f86355edcf0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 6 Nov 2011 00:37:28 +0100 Subject: [PATCH] Better fix than 115ca093b7f7569e0066561add69ee7e44e0f9f7. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile.php b/modules/profile.php index c79a123..940af80 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -358,7 +358,7 @@ class ProfileModule extends PLModule function handler_education_js($page) { - pl_cached_content_headers('text/javascript', 'utf-8', 3600); + pl_cached_dynamic_content_headers('text/javascript', 'utf-8'); $page->changeTpl('profile/education.js.tpl', NO_SKIN); require_once 'education.func.inc.php'; } -- 2.1.4