summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php
index 621466196..7946905fd 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -162,7 +162,7 @@ function scriptify($file) {
foreach ($lines as $line){
fwrite($fh, $line);
}
- $fclose($fh);
+ fclose($fh);
}