diff options
-rw-r--r-- | inc/init.php | 2 |
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); } |