mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Fixed incorrect name "FileSystem" replacing with "Filesystem"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@101084 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1670071825
commit
81feae40fc
@ -952,7 +952,7 @@ PHP
|
|||||||
$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'];
|
||||||
|
Loading…
Reference in New Issue
Block a user