mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
#2266 Fresh install of SilverStripe doesn't let you upload or view images to insert, until you first go into Files and Images area
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@50688 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
561b490b98
commit
3bc42d4458
@ -700,7 +700,9 @@ PHP
|
||||
$adminmember->Surname = $_REQUEST['admin']['surname'];
|
||||
$adminmember->write();
|
||||
}
|
||||
|
||||
|
||||
// Syncing filesystem (so /assets/Uploads is available instantly, see ticket #2266)
|
||||
File::sync();
|
||||
|
||||
echo "<li>Checking mod_rewrite works</li>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user