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:
Damian Mooyman 2017-11-03 11:14:05 +13:00 committed by GitHub
commit fc2a20d6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
));