Warn if theme.yml isn't writeable

This commit is contained in:
Jay Devlin 2017-11-02 11:34:36 +01:00
parent f2c938a023
commit af9caa4e51

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