summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-11-26 13:40:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2005-11-26 13:40:17 +0100
commit92715eba0068ce128d245c7ed80b86773ebf2d84 (patch)
tree756ec8b6fe491d4f3f3ede5a528372db7435c600 /lib/exe/js.php
parentd4df8f5cccae6819c00e9fd6f8e388b3cf395fb1 (diff)
downloadrpg-92715eba0068ce128d245c7ed80b86773ebf2d84.tar.gz
rpg-92715eba0068ce128d245c7ed80b86773ebf2d84.tar.bz2
javascript fixes #641
darcs-hash:20051126124017-7ad00-7ea49b9ecdae1e7c0b7645245db6ecfc642aa89e.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php2
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