Skip to content

Commit

Permalink
MINOR Fixed incorrect name "FileSystem" replacing with "Filesystem" (…
Browse files Browse the repository at this point in the history
…from r101084)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112213 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
sminnee committed Oct 13, 2010
1 parent 77137e1 commit 8169456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ function install($config) {
$adminMember->write(); $adminMember->write();


// Syncing filesystem (so /assets/Uploads is available instantly, see ticket #2266) // Syncing filesystem (so /assets/Uploads is available instantly, see ticket #2266)
FileSystem::sync(); Filesystem::sync();


$_SESSION['username'] = $config['admin']['username']; $_SESSION['username'] = $config['admin']['username'];
$_SESSION['password'] = $config['admin']['password']; $_SESSION['password'] = $config['admin']['password'];
Expand Down

0 comments on commit 8169456

Please sign in to comment.