mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:16 +08:00
Fix incorrect chmod instruction
This commit is contained in:
parent
7d9527e5a0
commit
268b041da2
|
@ -67,7 +67,7 @@ class IndexAction extends HtmlAction
|
|||
if (! is_writable($path)) {
|
||||
$errors[] = [
|
||||
'message' => 'The <strong>'.realpath($path).'</strong> directory is not writable.',
|
||||
'detail' => 'Please chmod this directory '.($path !== public_path() ? ' and its contents' : '').' to 0755.'
|
||||
'detail' => 'Please chmod this directory '.($path !== public_path() ? ' and its contents' : '').' to 0775.'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user