Shortens education.js.tpl lifetime.
[platal.git] / modules / profile.php
index 6714c4e..c79a123 100644 (file)
@@ -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';
     }