(Grav GitSync) Automatic Commit from smokephil
This commit is contained in:
parent
d73d0ba519
commit
96a01e3ab4
260 changed files with 25905 additions and 16011 deletions
|
|
@ -51,6 +51,7 @@ class EssentialFolders extends Problem
|
|||
|
||||
foreach ($essential_folders as $file => $check_writable) {
|
||||
$file_path = (!preg_match('`^(/|[a-z]:[\\\/])`ui', $file) ? GRAV_ROOT . '/' : '') . $file;
|
||||
$file_path = preg_replace('`^/+`', '/', $file_path);
|
||||
|
||||
if (!is_dir($file_path)) {
|
||||
$file_errors[$file_path] = 'does not exist';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue