From 96b9ac57d104182292983c671e2a4b81f71fda47 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Tue, 10 May 2011 12:07:18 +0000 Subject: fixed #321 --- framework/Web/Javascripts/clientscripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/Javascripts') diff --git a/framework/Web/Javascripts/clientscripts.php b/framework/Web/Javascripts/clientscripts.php index 0d1d6b25..18f4c41b 100644 --- a/framework/Web/Javascripts/clientscripts.php +++ b/framework/Web/Javascripts/clientscripts.php @@ -222,7 +222,7 @@ function get_javascript_code($minify=false) * * @param string $filePath (default: NULL) */ -function print_headers($filePath = false) +function print_headers($filePath = null) { $expiresOffset = is_debug_mode() ? -10000 : 3600 * 24 * 10; //no cache header("Content-type: text/javascript"); -- cgit v1.2.3