From 115ca093b7f7569e0066561add69ee7e44e0f9f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 27 Oct 2011 09:29:28 +0200 Subject: [PATCH] Shortens education.js.tpl lifetime. 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 6714c4e..c79a123 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"); + pl_cached_content_headers('text/javascript', 'utf-8', 3600); $page->changeTpl('profile/education.js.tpl', NO_SKIN); require_once 'education.func.inc.php'; } -- 2.1.4