From 92715eba0068ce128d245c7ed80b86773ebf2d84 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 26 Nov 2005 13:40:17 +0100 Subject: javascript fixes #641 darcs-hash:20051126124017-7ad00-7ea49b9ecdae1e7c0b7645245db6ecfc642aa89e.gz --- lib/exe/js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exe/js.php') diff --git a/lib/exe/js.php b/lib/exe/js.php index fbcd9ad26..ca1d83948 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -71,7 +71,7 @@ function js_out(){ // load files foreach($files as $file){ - readfile($file); + @readfile($file); } // init stuff -- cgit v1.2.3