mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7551 from JayDevlin/4.0-install-theme-writeable
BUG Installer - Warn if theme.yml isn't writeable
This commit is contained in:
commit
fc2a20d6e8
@ -279,9 +279,9 @@ class InstallRequirements
|
||||
null
|
||||
));
|
||||
|
||||
$this->requireWriteable('mysite/_config/config.yml', array(
|
||||
$this->requireWriteable('mysite/_config/theme.yml', array(
|
||||
"File permissions",
|
||||
"Is the mysite/_config/config.yml file writeable?",
|
||||
"Is the mysite/_config/theme.yml file writeable?",
|
||||
null
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user