mirror of
https://github.com/flarum/core.git
synced 2025-07-22 09:11:19 +02:00
Fix incorrect chmod instruction
This commit is contained in:
@@ -67,7 +67,7 @@ class IndexAction extends HtmlAction
|
|||||||
if (! is_writable($path)) {
|
if (! is_writable($path)) {
|
||||||
$errors[] = [
|
$errors[] = [
|
||||||
'message' => 'The <strong>'.realpath($path).'</strong> directory is not writable.',
|
'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.'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user