File::sync() is now deprecated, we now use FileSystem::sync() for the installer

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@53171 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2008-04-22 01:24:29 +00:00
parent 482f2ad509
commit 67314e0bb6

View File

@ -700,7 +700,7 @@ PHP
}
// Syncing filesystem (so /assets/Uploads is available instantly, see ticket #2266)
File::sync();
FileSystem::sync();
echo "<li>Checking mod_rewrite works</li>";