diff options
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |