From 3aee4c27813a30e720d3ad1fbcbd2e372a88573a Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 7 May 2006 12:13:33 +0200 Subject: changed all occurances of rename() to io_rename() darcs-hash:20060507101333-7ad00-e687d797fbee26e0b0bc7741ff8a1af496c101bf.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 ab986b0d2..00d6a6a90 100644 --- a/inc/init.php +++ b/inc/init.php @@ -313,7 +313,7 @@ function scriptify($file) { } fclose($fh); //try to rename the old file - @rename($file,"$file.old"); + io_rename($file,"$file.old"); } /** -- cgit v1.2.3