From 3ba793e2a1d91ad6a09ba55cc83fa6dbdf0458e6 Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 12 May 2005 23:35:19 +0200 Subject: fix for undefined function error in scriptify patch darcs-hash:20050512213519-9977f-37df66fbdeba1245e8b4e9ab02c54417a3794017.gz --- inc/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/init.php') 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); } -- cgit v1.2.3